Html Css Color HEX #596101 Verdun Green

📋 copy color: '#596101'

red 89 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #596101

Tints of Verdun Green #596101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 47.59%
G = 51.87%
B = 0.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#596101 (or 0x596101) is known color: Verdun Green. HEX triplet: 59, 61 and 01. RGB value is (89,97,1). Sum of RGB (Red+Green+Blue) = 89+97+1=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #596101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596101 is #A69EFE. Grayscale: #545454. Windows color (decimal): -10919679 or 90457. OLE color: 90457.

HSL color Cylindrical-coordinate representation of color #596101: hue angle of 65º 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 #596101 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 97 1 -
CMYK 0.08 0 0.99 0.62
HSL 65º 0.98% 0.19% -
HSV(B) 65º 0.99% 0.38% -
XYZ 8.4 10.68 1.65 -
YUV 83.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 89 97 1 0.08 0 0.99 0.62 65 0.98 0.19
Hex 59 61 1 8 0 63 3E 41 62 13
Octal 131 141 1 10 0 143 76 101 142 23
Binary 1011001 1100001 1 1000 0 1100011 111110 1000001 1100010 10011

Color Harmonies of #596101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596101

Black with #596101

Text Example


Text Example

White with #596101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596101; }

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

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

background-color css

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

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

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

border-color css

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

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

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