Html Css Color HEX #385908 Verdun Green

📋 copy color: '#385908'

red 56 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #385908

Tints of Verdun Green #385908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 36.6%
G = 58.17%
B = 5.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#385908 (or 0x385908) is known color: Verdun Green. HEX triplet: 38, 59 and 08. RGB value is (56,89,8). Sum of RGB (Red+Green+Blue) = 56+89+8=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #385908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385908 is #C7A6F7. Grayscale: #464646. Windows color (decimal): -13084408 or 547128. OLE color: 547128.

HSL color Cylindrical-coordinate representation of color #385908: hue angle of 84.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #385908 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 8 -
CMYK 0.37 0 0.91 0.65
HSL 84.44º 0.84% 0.19% -
HSV(B) 84.44º 0.91% 0.35% -
XYZ 5.25 8 1.5 -
YUV 69.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 56 89 8 0.37 0 0.91 0.65 84.44 0.84 0.19
Hex 38 59 8 25 0 5B 41 54 54 13
Octal 70 131 10 45 0 133 101 124 124 23
Binary 111000 1011001 1000 100101 0 1011011 1000001 1010100 1010100 10011

Color Harmonies of #385908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385908

Black with #385908

Text Example


Text Example

White with #385908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385908; }

 p { color: rgb(56,89,8); }

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

background-color css

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

 a { background-color: rgb(56,89,8); }

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

border-color css

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

 span { border-color: rgb(56,89,8); }

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