#577250

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

Shades of Cactus #577250

Tints of Cactus #577250

Color information

#577250 (or 0x577250) is unknown color: approx Cactus. HEX triplet: 57, 72 and 50. RGB value is (87,114,80). Sum of RGB (Red+Green+Blue) = 87+114+80=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #577250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577250 is #A88DAF. Grayscale: #666666. Windows color (decimal): -11046320 or 5272151. OLE color: 5272151.

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

Color convert

RGB8711480-
CMYK0.2400.300.55
HSL107.65º17.53%38.04%-
HSV(B)107.65º29.82%44.71%-
XYZ11.414.649.81-
YUV102.05115.55117.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=30.96%
G=40.57%
B=28.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87114800.2400.300.55107.6517.5338.04
Hex5772501801E376c1226
Octal12716212030036671542246
Binary10101111110010101000011000011110110111110110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577250; }

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

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

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

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

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

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

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

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