#526B4E

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

Shades of Cactus #526B4E

Tints of Cactus #526B4E

Color information

#526B4E (or 0x526B4E) is unknown color: approx Cactus. HEX triplet: 52, 6B and 4E. RGB value is (82,107,78). Sum of RGB (Red+Green+Blue) = 82+107+78=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #526B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B4E is #AD94B1. Grayscale: #606060. Windows color (decimal): -11375794 or 5139282. OLE color: 5139282.

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

Color convert

RGB8210778-
CMYK0.2300.270.58
HSL111.72º15.68%36.27%-
HSV(B)111.72º27.1%41.96%-
XYZ10.1112.869.16-
YUV96.22117.72117.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=30.71%
G=40.07%
B=29.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107780.2300.270.58111.7215.6836.27
Hex526B4E1701B3A701024
Octal12215311627033721602044
Binary10100101101011100111010111011011111010111000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,78); }

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

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

 a { background-color: rgb(82,107,78); }

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

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

 span { border-color: rgb(82,107,78); }

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