#526F4D

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

Shades of Cactus #526F4D

Tints of Cactus #526F4D

Color information

#526F4D (or 0x526F4D) is unknown color: approx Cactus. HEX triplet: 52, 6F and 4D. RGB value is (82,111,77). Sum of RGB (Red+Green+Blue) = 82+111+77=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #526F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F4D is #AD90B2. Grayscale: #626262. Windows color (decimal): -11374771 or 5074770. OLE color: 5074770.

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

Color convert

RGB8211177-
CMYK0.2600.310.56
HSL111.18º18.09%36.86%-
HSV(B)111.18º30.63%43.53%-
XYZ10.513.79.11-
YUV98.45115.89116.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=30.37%
G=41.11%
B=28.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111770.2600.310.56111.1818.0936.86
Hex526F4D1A01F386f1225
Octal12215711532037701572245
Binary10100101101111100110111010011111111000110111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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