#567350

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

Shades of Cactus #567350

Tints of Cactus #567350

Color information

#567350 (or 0x567350) is unknown color: approx Cactus. HEX triplet: 56, 73 and 50. RGB value is (86,115,80). Sum of RGB (Red+Green+Blue) = 86+115+80=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #567350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567350 is #A98CAF. Grayscale: #666666. Windows color (decimal): -11111600 or 5272406. OLE color: 5272406.

HSL color Cylindrical-coordinate representation of color #567350: hue angle of 109.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567350 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB8611580-
CMYK0.2500.300.55
HSL109.71º17.95%38.24%-
HSV(B)109.71º30.43%45.1%-
XYZ11.4214.829.85-
YUV102.34115.39116.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=30.60%
G=40.93%
B=28.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115800.2500.300.55109.7117.9538.24
Hex5673501901E376e1226
Octal12616312031036671562246
Binary10101101110011101000011001011110110111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567350; }

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

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

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

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

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

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

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

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