Html Css Color HEX #595A0A Verdun Green

📋 copy color: '#595A0A'

red 89 ◦ green 90 ◦ blue 10

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

Shades of Verdun Green #595A0A

Tints of Verdun Green #595A0A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.62%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 47.09%
G = 47.62%
B = 5.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#595A0A (or 0x595A0A) is known color: Verdun Green. HEX triplet: 59, 5A and 0A. RGB value is (89,90,10). Sum of RGB (Red+Green+Blue) = 89+90+10=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #595A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595A0A is #A6A5F5. Grayscale: #505050. Windows color (decimal): -10921462 or 678489. OLE color: 678489.

HSL color Cylindrical-coordinate representation of color #595A0A: hue angle of 60.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #595A0A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 90 10 -
CMYK 0.01 0 0.89 0.65
HSL 60.75º 0.8% 0.2% -
HSV(B) 60.75º 0.89% 0.35% -
XYZ 7.83 9.46 1.7 -
YUV 80.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 89 90 10 0.01 0 0.89 0.65 60.75 0.8 0.2
Hex 59 5A A 1 0 59 41 3D 50 14
Octal 131 132 12 1 0 131 101 75 120 24
Binary 1011001 1011010 1010 1 0 1011001 1000001 111101 1010000 10100

Color Harmonies of #595A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A0A

Black with #595A0A

Text Example


Text Example

White with #595A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,10); }

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

background-color css

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

 a { background-color: rgb(89,90,10); }

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

border-color css

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

 span { border-color: rgb(89,90,10); }

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