Html Css Color HEX #387763 Viridian

📋 copy color: '#387763'

red 56 ◦ green 119 ◦ blue 99

#387763
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #387763

Tints of Viridian #387763

RGB

 RED value IS 56 (22.27% from 255) = 20.44%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 20.44%
G = 43.43%
B = 36.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#387763 (or 0x387763) is known color: Viridian. HEX triplet: 38, 77 and 63. RGB value is (56,119,99). Sum of RGB (Red+Green+Blue) = 56+119+99=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #387763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387763 is #C7889C. Grayscale: #616161. Windows color (decimal): -13076637 or 6518584. OLE color: 6518584.

HSL color Cylindrical-coordinate representation of color #387763: hue angle of 160.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387763 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 99 -
CMYK 0.53 0 0.17 0.53
HSL 160.95º 0.36% 0.34% -
HSV(B) 160.95º 0.53% 0.47% -
XYZ 10.48 14.94 14.13 -
YUV 97.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 56 119 99 0.53 0 0.17 0.53 160.95 0.36 0.34
Hex 38 77 63 35 0 11 35 A1 24 22
Octal 70 167 143 65 0 21 65 241 44 42
Binary 111000 1110111 1100011 110101 0 10001 110101 10100001 100100 100010

Color Harmonies of #387763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387763

Black with #387763

Text Example


Text Example

White with #387763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387763; }

 p { color: rgb(56,119,99); }

 H1.HeaderClassName
 {
   color: #387763;
 }
 .AnyTagClassName
 {
   color: #387763;
 }
</style>

background-color css

<style>
 a { background-color: #387763; }

 a { background-color: rgb(56,119,99); }

 div.DivClassName
 {
   background-color: #387763;
 }
 .BgClassName
 {
   background-color: #387763;
 }
</style>

border-color css

<style>
 span { border-color: #387763; }

 span { border-color: rgb(56,119,99); }

 td.TdClassName
 {
   border-color: #387763;
 }
 .TagClassName
 {
   border-color: #387763;
 }
</style>