Html Css Color HEX #595F0F Verdun Green

📋 copy color: '#595F0F'

red 89 ◦ green 95 ◦ blue 15

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

Shades of Verdun Green #595F0F

Tints of Verdun Green #595F0F

RGB

 RED value IS 89 (35.16% from 255) = 44.72%

 GREEN value IS 95 (37.5% from 255) = 47.74%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 44.72%
G = 47.74%
B = 7.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#595F0F (or 0x595F0F) is known color: Verdun Green. HEX triplet: 59, 5F and 0F. RGB value is (89,95,15). Sum of RGB (Red+Green+Blue) = 89+95+15=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #595F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F0F is #A6A0F0. Grayscale: #545454. Windows color (decimal): -10920177 or 1007449. OLE color: 1007449.

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

Color convert

RGB 89 95 15 -
CMYK 0.06 0 0.84 0.63
HSL 64.5º 0.73% 0.22% -
HSV(B) 64.5º 0.84% 0.37% -
XYZ 8.3 10.34 2.01 -
YUV 84.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 89 95 15 0.06 0 0.84 0.63 64.5 0.73 0.22
Hex 59 5F F 6 0 54 3F 40 49 16
Octal 131 137 17 6 0 124 77 100 111 26
Binary 1011001 1011111 1111 110 0 1010100 111111 1000000 1001001 10110

Color Harmonies of #595F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F0F

Black with #595F0F

Text Example


Text Example

White with #595F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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