#557350

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

Shades of Cactus #557350

Tints of Cactus #557350

Color information

#557350 (or 0x557350) is unknown color: approx Cactus. HEX triplet: 55, 73 and 50. RGB value is (85,115,80). Sum of RGB (Red+Green+Blue) = 85+115+80=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #557350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557350 is #AA8CAF. Grayscale: #666666. Windows color (decimal): -11177136 or 5272405. OLE color: 5272405.

HSL color Cylindrical-coordinate representation of color #557350: hue angle of 111.43º 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 #557350 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB8511580-
CMYK0.2600.300.55
HSL111.43º17.95%38.24%-
HSV(B)111.43º30.43%45.1%-
XYZ11.3314.779.84-
YUV102.04115.56115.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=30.36%
G=41.07%
B=28.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115800.2600.300.55111.4317.9538.24
Hex5573501A01E376f1226
Octal12516312032036671572246
Binary10101011110011101000011010011110110111110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557350; }

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

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

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

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

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

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

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

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