#526029

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

Shades of Saratoga #526029

Tints of Saratoga #526029

Color information

#526029 (or 0x526029) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 29. RGB value is (82,96,41). Sum of RGB (Red+Green+Blue) = 82+96+41=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #526029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526029 is #AD9FD6. Grayscale: #555555. Windows color (decimal): -11378647 or 2711634. OLE color: 2711634.

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

Color convert

RGB829641-
CMYK0.1500.570.62
HSL75.27º40.15%26.86%-
HSV(B)75.27º57.29%37.65%-
XYZ8.0610.323.66-
YUV85.54102.86125.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=37.44%
G=43.84%
B=18.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296410.1500.570.6275.2740.1526.86
Hex526029F0393E4b281b
Octal1221405117071761135033
Binary1010010110000010100111110111001111110100101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526029; }

 p { color: rgb(82,96,41); }

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

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

 a { background-color: rgb(82,96,41); }

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

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

 span { border-color: rgb(82,96,41); }

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