Html Css Color HEX #596428 Saratoga

📋 copy color: '#596428'

red 89 ◦ green 100 ◦ blue 40

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

Shades of Saratoga #596428

Tints of Saratoga #596428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 38.86%
G = 43.67%
B = 17.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#596428 (or 0x596428) is known color: Saratoga. HEX triplet: 59, 64 and 28. RGB value is (89,100,40). Sum of RGB (Red+Green+Blue) = 89+100+40=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #596428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596428 is #A69BD7. Grayscale: #5A5A5A. Windows color (decimal): -10918872 or 2647129. OLE color: 2647129.

HSL color Cylindrical-coordinate representation of color #596428: hue angle of 71º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596428 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 100 40 -
CMYK 0.11 0 0.6 0.61
HSL 71º 0.43% 0.27% -
HSV(B) 71º 0.6% 0.39% -
XYZ 9.06 11.39 3.73 -
YUV 89.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 89 100 40 0.11 0 0.6 0.61 71 0.43 0.27
Hex 59 64 28 B 0 3C 3D 47 2B 1B
Octal 131 144 50 13 0 74 75 107 53 33
Binary 1011001 1100100 101000 1011 0 111100 111101 1000111 101011 11011

Color Harmonies of #596428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596428

Black with #596428

Text Example


Text Example

White with #596428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596428; }

 p { color: rgb(89,100,40); }

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

background-color css

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

 a { background-color: rgb(89,100,40); }

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

border-color css

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

 span { border-color: rgb(89,100,40); }

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