Html Css Color HEX #315602 Verdun Green

📋 copy color: '#315602'

red 49 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #315602

Tints of Verdun Green #315602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 62.77%

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

R = 35.77%
G = 62.77%
B = 1.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#315602 (or 0x315602) is known color: Verdun Green. HEX triplet: 31, 56 and 02. RGB value is (49,86,2). Sum of RGB (Red+Green+Blue) = 49+86+2=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #315602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315602 is #CEA9FD. Grayscale: #414141. Windows color (decimal): -13543934 or 153137. OLE color: 153137.

HSL color Cylindrical-coordinate representation of color #315602: hue angle of 86.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315602 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 2 -
CMYK 0.43 0 0.98 0.66
HSL 86.43º 0.95% 0.17% -
HSV(B) 86.43º 0.98% 0.34% -
XYZ 4.61 7.31 1.23 -
YUV 65.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 49 86 2 0.43 0 0.98 0.66 86.43 0.95 0.17
Hex 31 56 2 2B 0 62 42 56 5F 11
Octal 61 126 2 53 0 142 102 126 137 21
Binary 110001 1010110 10 101011 0 1100010 1000010 1010110 1011111 10001

Color Harmonies of #315602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315602

Black with #315602

Text Example


Text Example

White with #315602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315602; }

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

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

background-color css

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

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

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

border-color css

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

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

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