#595F0E

Color #595F0E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #595F0E

Tints of Verdun Green #595F0E

Color information

#595F0E (or 0x595F0E) is unknown color: approx Verdun Green. HEX triplet: 59, 5F and 0E. RGB value is (89,95,14). Sum of RGB (Red+Green+Blue) = 89+95+14=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #595F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F0E is #A6A0F1. Grayscale: #545454. Windows color (decimal): -10920178 or 941913. OLE color: 941913.

HSL color Cylindrical-coordinate representation of color #595F0E: hue angle of 64.44º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #595F0E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB899514-
CMYK0.0600.850.63
HSL64.44º74.31%21.37%-
HSV(B)64.44º85.26%37.25%-
XYZ8.2910.341.97-
YUV83.9788.51131.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 95 (37.5% from 255) = 47.98%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=44.95%
G=47.98%
B=7.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995140.0600.850.6364.4474.3121.37
Hex595FE60553F404a15
Octal13113716601257710011225
Binary101100110111111110110010101011111111000000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F0E; }

 p { color: rgb(89,95,14); }

 H1.HeaderClassName
 {
   color: #595F0E;
 }
 .AnyTagClassName
 {
   color: #595F0E;
 }
</style>
background-color css

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

 a { background-color: rgb(89,95,14); }

 div.DivClassName
 {
   background-color: #595F0E;
 }
 .BgClassName
 {
   background-color: #595F0E;
 }
</style>
border-color css

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

 span { border-color: rgb(89,95,14); }

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