Html Css Color HEX #316202 Verdun Green

📋 copy color: '#316202'

red 49 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #316202

Tints of Verdun Green #316202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 65.77%

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 32.89%
G = 65.77%
B = 1.34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#316202 (or 0x316202) is known color: Verdun Green. HEX triplet: 31, 62 and 02. RGB value is (49,98,2). Sum of RGB (Red+Green+Blue) = 49+98+2=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #316202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316202 is #CE9DFD. Grayscale: #484848. Windows color (decimal): -13540862 or 156209. OLE color: 156209.

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

Color convert

RGB 49 98 2 -
CMYK 0.5 0 0.98 0.62
HSL 90.63º 0.96% 0.2% -
HSV(B) 90.63º 0.98% 0.38% -
XYZ 5.65 9.39 1.57 -
YUV 72.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 49 98 2 0.5 0 0.98 0.62 90.63 0.96 0.2
Hex 31 62 2 32 0 62 3E 5B 60 14
Octal 61 142 2 62 0 142 76 133 140 24
Binary 110001 1100010 10 110010 0 1100010 111110 1011011 1100000 10100

Color Harmonies of #316202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316202

Black with #316202

Text Example


Text Example

White with #316202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316202; }

 p { color: rgb(49,98,2); }

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

background-color css

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

 a { background-color: rgb(49,98,2); }

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

border-color css

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

 span { border-color: rgb(49,98,2); }

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