Html Css Color HEX #315809 Verdun Green

📋 copy color: '#315809'

red 49 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #315809

Tints of Verdun Green #315809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.16%

R = 33.56%
G = 60.27%
B = 6.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#315809 (or 0x315809) is known color: Verdun Green. HEX triplet: 31, 58 and 09. RGB value is (49,88,9). Sum of RGB (Red+Green+Blue) = 49+88+9=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #315809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315809 is #CEA7F6. Grayscale: #434343. Windows color (decimal): -13543415 or 612401. OLE color: 612401.

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

Color convert

RGB 49 88 9 -
CMYK 0.44 0 0.90 0.65
HSL 89.62º 0.81% 0.19% -
HSV(B) 89.62º 0.9% 0.35% -
XYZ 4.81 7.65 1.48 -
YUV 67.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 49 88 9 0.44 0 0.90 0.65 89.62 0.81 0.19
Hex 31 58 9 2C 0 5A 41 5A 51 13
Octal 61 130 11 54 0 132 101 132 121 23
Binary 110001 1011000 1001 101100 0 1011010 1000001 1011010 1010001 10011

Color Harmonies of #315809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315809

Black with #315809

Text Example


Text Example

White with #315809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315809; }

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

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

background-color css

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

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

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

border-color css

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

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

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