Html Css Color HEX #315805 Verdun Green

📋 copy color: '#315805'

red 49 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #315805

Tints of Verdun Green #315805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.97%

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 34.51%
G = 61.97%
B = 3.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#315805 (or 0x315805) is known color: Verdun Green. HEX triplet: 31, 58 and 05. RGB value is (49,88,5). Sum of RGB (Red+Green+Blue) = 49+88+5=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #315805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315805 is #CEA7FA. Grayscale: #434343. Windows color (decimal): -13543419 or 350257. OLE color: 350257.

HSL color Cylindrical-coordinate representation of color #315805: hue angle of 88.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315805 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 5 -
CMYK 0.44 0 0.94 0.65
HSL 88.19º 0.89% 0.18% -
HSV(B) 88.19º 0.94% 0.35% -
XYZ 4.78 7.64 1.37 -
YUV 66.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 49 88 5 0.44 0 0.94 0.65 88.19 0.89 0.18
Hex 31 58 5 2C 0 5E 41 58 59 12
Octal 61 130 5 54 0 136 101 130 131 22
Binary 110001 1011000 101 101100 0 1011110 1000001 1011000 1011001 10010

Color Harmonies of #315805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315805

Black with #315805

Text Example


Text Example

White with #315805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315805; }

 p { color: rgb(49,88,5); }

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

background-color css

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

 a { background-color: rgb(49,88,5); }

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

border-color css

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

 span { border-color: rgb(49,88,5); }

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