#526126

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

Shades of Saratoga #526126

Tints of Saratoga #526126

Color information

#526126 (or 0x526126) is unknown color: approx Saratoga. HEX triplet: 52, 61 and 26. RGB value is (82,97,38). Sum of RGB (Red+Green+Blue) = 82+97+38=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #526126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526126 is #AD9ED9. Grayscale: #565656. Windows color (decimal): -11378394 or 2515282. OLE color: 2515282.

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

Color convert

RGB829738-
CMYK0.1500.610.62
HSL75.25º43.7%26.47%-
HSV(B)75.25º60.82%38.04%-
XYZ8.110.483.43-
YUV85.79101.03125.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=37.79%
G=44.70%
B=17.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297380.1500.610.6275.2543.726.47
Hex526126F03D3E4b2c1a
Octal1221414617075761135432
Binary1010010110000110011011110111101111110100101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526126; }

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

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

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

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

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

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

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

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