#58942D

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

Shades of Limeade #58942D

Tints of Limeade #58942D

Color information

#58942D (or 0x58942D) is unknown color: approx Limeade. HEX triplet: 58, 94 and 2D. RGB value is (88,148,45). Sum of RGB (Red+Green+Blue) = 88+148+45=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #58942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58942D is #A76BD2. Grayscale: #767676. Windows color (decimal): -10972115 or 2987096. OLE color: 2987096.

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

Color convert

RGB8814845-
CMYK0.4100.700.42
HSL94.95º53.37%37.84%-
HSV(B)94.95º69.59%58.04%-
XYZ15.0923.446.21-
YUV118.3286.62106.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=31.32%
G=52.67%
B=16.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148450.4100.700.4294.9553.3737.84
Hex58942D290462A5f3526
Octal13022455510106521376546
Binary101100010010100101101101001010001101010101011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58942D; }

 p { color: rgb(88,148,45); }

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

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

 a { background-color: rgb(88,148,45); }

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

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

 span { border-color: rgb(88,148,45); }

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