Html Css Color HEX #316009 Verdun Green

📋 copy color: '#316009'

red 49 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #316009

Tints of Verdun Green #316009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 31.82%
G = 62.34%
B = 5.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#316009 (or 0x316009) is known color: Verdun Green. HEX triplet: 31, 60 and 09. RGB value is (49,96,9). Sum of RGB (Red+Green+Blue) = 49+96+9=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #316009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316009 is #CE9FF6. Grayscale: #484848. Windows color (decimal): -13541367 or 614449. OLE color: 614449.

HSL color Cylindrical-coordinate representation of color #316009: hue angle of 92.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #316009 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 9 -
CMYK 0.49 0 0.91 0.62
HSL 92.41º 0.83% 0.21% -
HSV(B) 92.41º 0.91% 0.38% -
XYZ 5.5 9.04 1.71 -
YUV 72.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 49 96 9 0.49 0 0.91 0.62 92.41 0.83 0.21
Hex 31 60 9 31 0 5B 3E 5C 53 15
Octal 61 140 11 61 0 133 76 134 123 25
Binary 110001 1100000 1001 110001 0 1011011 111110 1011100 1010011 10101

Color Harmonies of #316009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316009

Black with #316009

Text Example


Text Example

White with #316009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316009; }

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

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

background-color css

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

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

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

border-color css

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

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

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