#527050

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

Shades of Cactus #527050

Tints of Cactus #527050

Color information

#527050 (or 0x527050) is unknown color: approx Cactus. HEX triplet: 52, 70 and 50. RGB value is (82,112,80). Sum of RGB (Red+Green+Blue) = 82+112+80=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #527050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527050 is #AD8FAF. Grayscale: #636363. Windows color (decimal): -11374512 or 5271634. OLE color: 5271634.

HSL color Cylindrical-coordinate representation of color #527050: hue angle of 116.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527050 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB8211280-
CMYK0.2700.290.56
HSL116.25º16.67%37.65%-
HSV(B)116.25º28.57%43.92%-
XYZ10.7213.969.72-
YUV99.38117.06115.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=29.93%
G=40.88%
B=29.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112800.2700.290.56116.2516.6737.65
Hex5270501B01D38741126
Octal12216012033035701642146
Binary10100101110000101000011011011101111000111010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527050; }

 p { color: rgb(82,112,80); }

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

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

 a { background-color: rgb(82,112,80); }

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

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

 span { border-color: rgb(82,112,80); }

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