#526128

Color #526128 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #526128

Tints of Saratoga #526128

Color information

#526128 (or 0x526128) is unknown color: approx Saratoga. HEX triplet: 52, 61 and 28. RGB value is (82,97,40). Sum of RGB (Red+Green+Blue) = 82+97+40=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #526128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526128 is #AD9ED7. Grayscale: #565656. Windows color (decimal): -11378392 or 2646354. OLE color: 2646354.

HSL color Cylindrical-coordinate representation of color #526128: hue angle of 75.79º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526128 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB829740-
CMYK0.1500.590.62
HSL75.79º41.61%26.86%-
HSV(B)75.79º58.76%38.04%-
XYZ8.1410.53.6-
YUV86.02102.03125.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=37.44%
G=44.29%
B=18.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297400.1500.590.6275.7941.6126.86
Hex526128F03B3E4c2a1b
Octal1221415017073761145233
Binary1010010110000110100011110111011111110100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526128; }

 p { color: rgb(82,97,40); }

 H1.HeaderClassName
 {
   color: #526128;
 }
 .AnyTagClassName
 {
   color: #526128;
 }
</style>
background-color css

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

 a { background-color: rgb(82,97,40); }

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

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

 span { border-color: rgb(82,97,40); }

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