#58953C

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

Shades of Limeade #58953C

Tints of Limeade #58953C

Color information

#58953C (or 0x58953C) is unknown color: approx Limeade. HEX triplet: 58, 95 and 3C. RGB value is (88,149,60). Sum of RGB (Red+Green+Blue) = 88+149+60=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #58953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58953C is #A76AC3. Grayscale: #787878. Windows color (decimal): -10971844 or 3970392. OLE color: 3970392.

HSL color Cylindrical-coordinate representation of color #58953C: hue angle of 101.12º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58953C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB8814960-
CMYK0.4100.600.42
HSL101.12º42.58%40.98%-
HSV(B)101.12º59.73%58.43%-
XYZ15.5923.98.07-
YUV120.6293.79104.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=29.63%
G=50.17%
B=20.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149600.4100.600.42101.1242.5840.98
Hex58953C2903C2A652b29
Octal1302257451074521455351
Binary10110001001010111110010100101111001010101100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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