Html Css Color HEX #595500 Verdun Green

📋 copy color: '#595500'

red 89 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #595500

Tints of Verdun Green #595500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.15%
G = 48.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#595500 (or 0x595500) is known color: Verdun Green. HEX triplet: 59, 55 and 00. RGB value is (89,85,0). Sum of RGB (Red+Green+Blue) = 89+85+0=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #595500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595500 is #A6AAFF. Grayscale: #4C4C4C. Windows color (decimal): -10922752 or 21849. OLE color: 21849.

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

Color convert

RGB 89 85 0 -
CMYK 0 0.04 1 0.65
HSL 57.3º 1% 0.17% -
HSV(B) 57.3º 1% 0.35% -
XYZ 7.37 8.62 1.28 -
YUV 76.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 89 85 0 0 0.04 1 0.65 57.3 1 0.17
Hex 59 55 0 0 4 64 41 39 64 11
Octal 131 125 0 0 4 144 101 71 144 21
Binary 1011001 1010101 0 0 100 1100100 1000001 111001 1100100 10001

Color Harmonies of #595500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595500

Black with #595500

Text Example


Text Example

White with #595500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595500; }

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

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

background-color css

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

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

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

border-color css

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

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

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