Html Css Color HEX #595D0B Verdun Green

📋 copy color: '#595D0B'

red 89 ◦ green 93 ◦ blue 11

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

Shades of Verdun Green #595D0B

Tints of Verdun Green #595D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.19%

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 46.11%
G = 48.19%
B = 5.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#595D0B (or 0x595D0B) is known color: Verdun Green. HEX triplet: 59, 5D and 0B. RGB value is (89,93,11). Sum of RGB (Red+Green+Blue) = 89+93+11=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #595D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D0B is #A6A2F4. Grayscale: #525252. Windows color (decimal): -10920693 or 744793. OLE color: 744793.

HSL color Cylindrical-coordinate representation of color #595D0B: hue angle of 62.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #595D0B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 11 -
CMYK 0.04 0 0.88 0.64
HSL 62.93º 0.79% 0.2% -
HSV(B) 62.93º 0.88% 0.36% -
XYZ 8.09 9.98 1.82 -
YUV 82.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 89 93 11 0.04 0 0.88 0.64 62.93 0.79 0.2
Hex 59 5D B 4 0 58 40 3F 4F 14
Octal 131 135 13 4 0 130 100 77 117 24
Binary 1011001 1011101 1011 100 0 1011000 1000000 111111 1001111 10100

Color Harmonies of #595D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D0B

Black with #595D0B

Text Example


Text Example

White with #595D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,11); }

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

background-color css

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

 a { background-color: rgb(89,93,11); }

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

border-color css

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

 span { border-color: rgb(89,93,11); }

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