Html Css Color HEX #316008 Verdun Green

📋 copy color: '#316008'

red 49 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #316008

Tints of Verdun Green #316008

RGB

 RED value IS 49 (19.53% from 255) = 32.03%

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

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

R = 32.03%
G = 62.75%
B = 5.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#316008 (or 0x316008) is known color: Verdun Green. HEX triplet: 31, 60 and 08. RGB value is (49,96,8). Sum of RGB (Red+Green+Blue) = 49+96+8=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #316008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316008 is #CE9FF7. Grayscale: #484848. Windows color (decimal): -13541368 or 548913. OLE color: 548913.

HSL color Cylindrical-coordinate representation of color #316008: hue angle of 92.05º 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 #316008 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 8 -
CMYK 0.49 0 0.92 0.62
HSL 92.05º 0.85% 0.2% -
HSV(B) 92.05º 0.92% 0.38% -
XYZ 5.49 9.04 1.68 -
YUV 71.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 49 96 8 0.49 0 0.92 0.62 92.05 0.85 0.2
Hex 31 60 8 31 0 5C 3E 5C 55 14
Octal 61 140 10 61 0 134 76 134 125 24
Binary 110001 1100000 1000 110001 0 1011100 111110 1011100 1010101 10100

Color Harmonies of #316008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316008

Black with #316008

Text Example


Text Example

White with #316008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316008; }

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

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

background-color css

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

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

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

border-color css

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

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

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