#526026

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

Shades of Saratoga #526026

Tints of Saratoga #526026

Color information

#526026 (or 0x526026) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 26. RGB value is (82,96,38). Sum of RGB (Red+Green+Blue) = 82+96+38=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #526026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526026 is #AD9FD9. Grayscale: #555555. Windows color (decimal): -11378650 or 2515026. OLE color: 2515026.

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

Color convert

RGB829638-
CMYK0.1500.600.62
HSL74.48º43.28%26.27%-
HSV(B)74.48º60.42%37.65%-
XYZ8.0110.33.4-
YUV85.2101.36125.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=37.96%
G=44.44%
B=17.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296380.1500.600.6274.4843.2826.27
Hex526026F03C3E4a2b1a
Octal1221404617074761125332
Binary1010010110000010011011110111100111110100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526026; }

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

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

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

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

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

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

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

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