Html Css Color HEX #315808 Verdun Green

📋 copy color: '#315808'

red 49 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #315808

Tints of Verdun Green #315808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 33.79%
G = 60.69%
B = 5.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#315808 (or 0x315808) is known color: Verdun Green. HEX triplet: 31, 58 and 08. RGB value is (49,88,8). Sum of RGB (Red+Green+Blue) = 49+88+8=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #315808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315808 is #CEA7F7. Grayscale: #434343. Windows color (decimal): -13543416 or 546865. OLE color: 546865.

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

Color convert

RGB 49 88 8 -
CMYK 0.44 0 0.91 0.65
HSL 89.25º 0.83% 0.19% -
HSV(B) 89.25º 0.91% 0.35% -
XYZ 4.8 7.65 1.45 -
YUV 67.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 49 88 8 0.44 0 0.91 0.65 89.25 0.83 0.19
Hex 31 58 8 2C 0 5B 41 59 53 13
Octal 61 130 10 54 0 133 101 131 123 23
Binary 110001 1011000 1000 101100 0 1011011 1000001 1011001 1010011 10011

Color Harmonies of #315808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315808

Black with #315808

Text Example


Text Example

White with #315808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315808; }

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

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

background-color css

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

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

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

border-color css

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

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

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