Html Css Color HEX #596201 Verdun Green

📋 copy color: '#596201'

red 89 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #596201

Tints of Verdun Green #596201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.13%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 47.34%
G = 52.13%
B = 0.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#596201 (or 0x596201) is known color: Verdun Green. HEX triplet: 59, 62 and 01. RGB value is (89,98,1). Sum of RGB (Red+Green+Blue) = 89+98+1=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #596201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596201 is #A69DFE. Grayscale: #545454. Windows color (decimal): -10919423 or 90713. OLE color: 90713.

HSL color Cylindrical-coordinate representation of color #596201: hue angle of 65.57º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #596201 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 98 1 -
CMYK 0.09 0 0.99 0.62
HSL 65.57º 0.98% 0.19% -
HSV(B) 65.57º 0.99% 0.38% -
XYZ 8.49 10.86 1.68 -
YUV 84.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 89 98 1 0.09 0 0.99 0.62 65.57 0.98 0.19
Hex 59 62 1 9 0 63 3E 42 62 13
Octal 131 142 1 11 0 143 76 102 142 23
Binary 1011001 1100010 1 1001 0 1100011 111110 1000010 1100010 10011

Color Harmonies of #596201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596201

Black with #596201

Text Example


Text Example

White with #596201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596201; }

 p { color: rgb(89,98,1); }

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

background-color css

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

 a { background-color: rgb(89,98,1); }

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

border-color css

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

 span { border-color: rgb(89,98,1); }

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