#567850

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

Shades of Cactus #567850

Tints of Cactus #567850

Color information

#567850 (or 0x567850) is unknown color: approx Cactus. HEX triplet: 56, 78 and 50. RGB value is (86,120,80). Sum of RGB (Red+Green+Blue) = 86+120+80=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #567850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567850 is #A987AF. Grayscale: #696969. Windows color (decimal): -11110320 or 5273686. OLE color: 5273686.

HSL color Cylindrical-coordinate representation of color #567850: hue angle of 111º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567850 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB8612080-
CMYK0.2800.330.53
HSL111º20%39.22%-
HSV(B)111º33.33%47.06%-
XYZ1215.9910.04-
YUV105.27113.74114.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=30.07%
G=41.96%
B=27.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120800.2800.330.531112039.22
Hex5678501C021356f1427
Octal12617012034041651572447
Binary101011011110001010000111000100001110101110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567850; }

 p { color: rgb(86,120,80); }

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

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

 a { background-color: rgb(86,120,80); }

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

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

 span { border-color: rgb(86,120,80); }

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