Html Css Color HEX #386008 Verdun Green

📋 copy color: '#386008'

red 56 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #386008

Tints of Verdun Green #386008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60%

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

R = 35%
G = 60%
B = 5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#386008 (or 0x386008) is known color: Verdun Green. HEX triplet: 38, 60 and 08. RGB value is (56,96,8). Sum of RGB (Red+Green+Blue) = 56+96+8=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #386008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386008 is #C79FF7. Grayscale: #4A4A4A. Windows color (decimal): -13082616 or 548920. OLE color: 548920.

HSL color Cylindrical-coordinate representation of color #386008: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386008 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 8 -
CMYK 0.42 0 0.92 0.62
HSL 87.27º 0.85% 0.2% -
HSV(B) 87.27º 0.92% 0.38% -
XYZ 5.86 9.22 1.7 -
YUV 74.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 56 96 8 0.42 0 0.92 0.62 87.27 0.85 0.2
Hex 38 60 8 2A 0 5C 3E 57 55 14
Octal 70 140 10 52 0 134 76 127 125 24
Binary 111000 1100000 1000 101010 0 1011100 111110 1010111 1010101 10100

Color Harmonies of #386008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386008

Black with #386008

Text Example


Text Example

White with #386008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386008; }

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

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

background-color css

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

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

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

border-color css

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

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

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