#58962C

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

Shades of Limeade #58962C

Tints of Limeade #58962C

Color information

#58962C (or 0x58962C) is unknown color: approx Limeade. HEX triplet: 58, 96 and 2C. RGB value is (88,150,44). Sum of RGB (Red+Green+Blue) = 88+150+44=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #58962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58962C is #A769D3. Grayscale: #777777. Windows color (decimal): -10971604 or 2922072. OLE color: 2922072.

HSL color Cylindrical-coordinate representation of color #58962C: hue angle of 95.09º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58962C is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB8815044-
CMYK0.4100.710.41
HSL95.09º54.64%38.04%-
HSV(B)95.09º70.67%58.82%-
XYZ15.3924.076.22-
YUV119.3885.46105.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=31.21%
G=53.19%
B=15.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150440.4100.710.4195.0954.6438.04
Hex58962C29047295f3726
Octal13022654510107511376746
Binary101100010010110101100101001010001111010011011111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58962C; }

 p { color: rgb(88,150,44); }

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

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

 a { background-color: rgb(88,150,44); }

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

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

 span { border-color: rgb(88,150,44); }

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