#527150

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

Shades of Cactus #527150

Tints of Cactus #527150

Color information

#527150 (or 0x527150) is unknown color: approx Cactus. HEX triplet: 52, 71 and 50. RGB value is (82,113,80). Sum of RGB (Red+Green+Blue) = 82+113+80=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #527150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527150 is #AD8EAF. Grayscale: #646464. Windows color (decimal): -11374256 or 5271890. OLE color: 5271890.

HSL color Cylindrical-coordinate representation of color #527150: hue angle of 116.36º 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 #527150 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB8211380-
CMYK0.2700.290.56
HSL116.36º17.1%37.84%-
HSV(B)116.36º29.2%44.31%-
XYZ10.8314.189.76-
YUV99.97116.73115.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=29.82%
G=41.09%
B=29.09%

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
Decimal82113800.2700.290.56116.3617.137.84
Hex5271501B01D38741126
Octal12216112033035701642146
Binary10100101110001101000011011011101111000111010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527150; }

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

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

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

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

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

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

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

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