Html Css Color HEX #595F01 Verdun Green

📋 copy color: '#595F01'

red 89 ◦ green 95 ◦ blue 1

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

Shades of Verdun Green #595F01

Tints of Verdun Green #595F01

RGB

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

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

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

R = 48.11%
G = 51.35%
B = 0.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#595F01 (or 0x595F01) is known color: Verdun Green. HEX triplet: 59, 5F and 01. RGB value is (89,95,1). Sum of RGB (Red+Green+Blue) = 89+95+1=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #595F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F01 is #A6A0FE. Grayscale: #525252. Windows color (decimal): -10920191 or 89945. OLE color: 89945.

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

Color convert

RGB 89 95 1 -
CMYK 0.06 0 0.99 0.63
HSL 63.83º 0.98% 0.19% -
HSV(B) 63.83º 0.99% 0.37% -
XYZ 8.22 10.31 1.59 -
YUV 82.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 89 95 1 0.06 0 0.99 0.63 63.83 0.98 0.19
Hex 59 5F 1 6 0 63 3F 40 62 13
Octal 131 137 1 6 0 143 77 100 142 23
Binary 1011001 1011111 1 110 0 1100011 111111 1000000 1100010 10011

Color Harmonies of #595F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F01

Black with #595F01

Text Example


Text Example

White with #595F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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