#526A4F

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

Shades of Cactus #526A4F

Tints of Cactus #526A4F

Color information

#526A4F (or 0x526A4F) is unknown color: approx Cactus. HEX triplet: 52, 6A and 4F. RGB value is (82,106,79). Sum of RGB (Red+Green+Blue) = 82+106+79=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #526A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A4F is #AD95B0. Grayscale: #5F5F5F. Windows color (decimal): -11376049 or 5204562. OLE color: 5204562.

HSL color Cylindrical-coordinate representation of color #526A4F: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526A4F is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8210679-
CMYK0.2300.250.58
HSL113.33º14.59%36.27%-
HSV(B)113.33º25.47%41.57%-
XYZ10.0412.679.31-
YUV95.75118.55118.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=30.71%
G=39.70%
B=29.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106790.2300.250.58113.3314.5936.27
Hex526A4F170193A71f24
Octal12215211727031721611744
Binary1010010110101010011111011101100111101011100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,79); }

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

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

 a { background-color: rgb(82,106,79); }

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

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

 span { border-color: rgb(82,106,79); }

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