#526F4C

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

Shades of Cactus #526F4C

Tints of Cactus #526F4C

Color information

#526F4C (or 0x526F4C) is unknown color: approx Cactus. HEX triplet: 52, 6F and 4C. RGB value is (82,111,76). Sum of RGB (Red+Green+Blue) = 82+111+76=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #526F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F4C is #AD90B3. Grayscale: #626262. Windows color (decimal): -11374772 or 5009234. OLE color: 5009234.

HSL color Cylindrical-coordinate representation of color #526F4C: hue angle of 109.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526F4C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8211176-
CMYK0.2600.320.56
HSL109.71º18.72%36.67%-
HSV(B)109.71º31.53%43.53%-
XYZ10.4713.688.93-
YUV98.34115.39116.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=30.48%
G=41.26%
B=28.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111760.2600.320.56109.7118.7236.67
Hex526F4C1A020386e1325
Octal12215711432040701562345
Binary101001011011111001100110100100000111000110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F4C; }

 p { color: rgb(82,111,76); }

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

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

 a { background-color: rgb(82,111,76); }

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

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

 span { border-color: rgb(82,111,76); }

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