Html Css Color HEX #315906 Verdun Green

📋 copy color: '#315906'

red 49 ◦ green 89 ◦ blue 6

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

Shades of Verdun Green #315906

Tints of Verdun Green #315906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.81%

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 34.03%
G = 61.81%
B = 4.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#315906 (or 0x315906) is known color: Verdun Green. HEX triplet: 31, 59 and 06. RGB value is (49,89,6). Sum of RGB (Red+Green+Blue) = 49+89+6=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #315906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315906 is #CEA6F9. Grayscale: #434343. Windows color (decimal): -13543162 or 416049. OLE color: 416049.

HSL color Cylindrical-coordinate representation of color #315906: hue angle of 88.92º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #315906 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 6 -
CMYK 0.45 0 0.93 0.65
HSL 88.92º 0.87% 0.19% -
HSV(B) 88.92º 0.93% 0.35% -
XYZ 4.87 7.81 1.42 -
YUV 67.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 49 89 6 0.45 0 0.93 0.65 88.92 0.87 0.19
Hex 31 59 6 2D 0 5D 41 59 57 13
Octal 61 131 6 55 0 135 101 131 127 23
Binary 110001 1011001 110 101101 0 1011101 1000001 1011001 1010111 10011

Color Harmonies of #315906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315906

Black with #315906

Text Example


Text Example

White with #315906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315906; }

 p { color: rgb(49,89,6); }

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

background-color css

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

 a { background-color: rgb(49,89,6); }

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

border-color css

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

 span { border-color: rgb(49,89,6); }

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