#58972C

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

Shades of Limeade #58972C

Tints of Limeade #58972C

Color information

#58972C (or 0x58972C) is unknown color: approx Limeade. HEX triplet: 58, 97 and 2C. RGB value is (88,151,44). Sum of RGB (Red+Green+Blue) = 88+151+44=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #58972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58972C is #A768D3. Grayscale: #787878. Windows color (decimal): -10971348 or 2922328. OLE color: 2922328.

HSL color Cylindrical-coordinate representation of color #58972C: hue angle of 95.33º 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 #58972C is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB8815144-
CMYK0.4200.710.41
HSL95.33º54.87%38.24%-
HSV(B)95.33º70.86%59.22%-
XYZ15.5524.396.27-
YUV119.9685.13105.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=31.10%
G=53.36%
B=15.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88151440.4200.710.4195.3354.8738.24
Hex58972C2A047295f3726
Octal13022754520107511376746
Binary101100010010111101100101010010001111010011011111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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