#557250

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

Shades of Cactus #557250

Tints of Cactus #557250

Color information

#557250 (or 0x557250) is unknown color: approx Cactus. HEX triplet: 55, 72 and 50. RGB value is (85,114,80). Sum of RGB (Red+Green+Blue) = 85+114+80=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #557250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557250 is #AA8DAF. Grayscale: #656565. Windows color (decimal): -11177392 or 5272149. OLE color: 5272149.

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

Color convert

RGB8511480-
CMYK0.2500.300.55
HSL111.18º17.53%38.04%-
HSV(B)111.18º29.82%44.71%-
XYZ11.2114.559.81-
YUV101.45115.89116.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=30.47%
G=40.86%
B=28.67%

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
Decimal85114800.2500.300.55111.1817.5338.04
Hex5572501901E376f1226
Octal12516212031036671572246
Binary10101011110010101000011001011110110111110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557250; }

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

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

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

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

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

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

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

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