#58952E

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

Shades of Limeade #58952E

Tints of Limeade #58952E

Color information

#58952E (or 0x58952E) is unknown color: approx Limeade. HEX triplet: 58, 95 and 2E. RGB value is (88,149,46). Sum of RGB (Red+Green+Blue) = 88+149+46=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #58952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58952E is #A76AD1. Grayscale: #777777. Windows color (decimal): -10971858 or 3052888. OLE color: 3052888.

HSL color Cylindrical-coordinate representation of color #58952E: hue angle of 95.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58952E is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8814946-
CMYK0.4100.690.42
HSL95.53º52.82%38.24%-
HSV(B)95.53º69.13%58.43%-
XYZ15.2723.776.37-
YUV119.0286.79105.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=31.10%
G=52.65%
B=16.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149460.4100.690.4295.5352.8238.24
Hex58952E290452A603526
Octal13022556510105521406546
Binary101100010010101101110101001010001011010101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58952E; }

 p { color: rgb(88,149,46); }

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

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

 a { background-color: rgb(88,149,46); }

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

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

 span { border-color: rgb(88,149,46); }

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