Html Css Color HEX #595504 Verdun Green

📋 copy color: '#595504'

red 89 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #595504

Tints of Verdun Green #595504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

 BLUE value IS 4 (1.95% from 255) = 2.25%

R = 50%
G = 47.75%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#595504 (or 0x595504) is known color: Verdun Green. HEX triplet: 59, 55 and 04. RGB value is (89,85,4). Sum of RGB (Red+Green+Blue) = 89+85+4=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595504 is #A6AAFB. Grayscale: #4D4D4D. Windows color (decimal): -10922748 or 283993. OLE color: 283993.

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

Color convert

RGB 89 85 4 -
CMYK 0 0.04 0.96 0.65
HSL 57.18º 0.91% 0.18% -
HSV(B) 57.18º 0.96% 0.35% -
XYZ 7.39 8.63 1.39 -
YUV 76.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 89 85 4 0 0.04 0.96 0.65 57.18 0.91 0.18
Hex 59 55 4 0 4 60 41 39 5B 12
Octal 131 125 4 0 4 140 101 71 133 22
Binary 1011001 1010101 100 0 100 1100000 1000001 111001 1011011 10010

Color Harmonies of #595504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595504

Black with #595504

Text Example


Text Example

White with #595504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595504; }

 p { color: rgb(89,85,4); }

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

background-color css

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

 a { background-color: rgb(89,85,4); }

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

border-color css

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

 span { border-color: rgb(89,85,4); }

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