#567950

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

Shades of Cactus #567950

Tints of Cactus #567950

Color information

#567950 (or 0x567950) is unknown color: approx Cactus. HEX triplet: 56, 79 and 50. RGB value is (86,121,80). Sum of RGB (Red+Green+Blue) = 86+121+80=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #567950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567950 is #A986AF. Grayscale: #696969. Windows color (decimal): -11110064 or 5273942. OLE color: 5273942.

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

Color convert

RGB8612180-
CMYK0.2900.340.53
HSL111.22º20.4%39.41%-
HSV(B)111.22º33.88%47.45%-
XYZ12.1216.2310.08-
YUV105.86113.4113.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=29.97%
G=42.16%
B=27.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86121800.2900.340.53111.2220.439.41
Hex5679501D022356f1427
Octal12617112035042651572447
Binary101011011110011010000111010100010110101110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567950; }

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

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

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

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

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

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

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

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