#58941f

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

Shades of Limeade #58941F

Tints of Limeade #58941F

Color information

#58941F (or 0x58941F) is unknown color: approx Limeade. HEX triplet: 58, 94 and 1F. RGB value is (88,148,31). Sum of RGB (Red+Green+Blue) = 88+148+31=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #58941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58941F is #A76BE0. Grayscale: #757575. Windows color (decimal): -10972129 or 2069592. OLE color: 2069592.

HSL color Cylindrical-coordinate representation of color #58941F: hue angle of 90.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58941F is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB8814831-
CMYK0.4100.790.42
HSL90.77º65.36%35.1%-
HSV(B)90.77º79.05%58.04%-
XYZ14.8623.355.02-
YUV116.7279.62107.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=32.96%
G=55.43%
B=11.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148310.4100.790.4290.7765.3635.1
Hex58941F2904F2A5b4123
Octal130224375101175213310143
Binary101100010010100111111010010100111110101010110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58941f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58941f; }

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

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

<style>
 a { background-color: #58941f; }

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

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

<style>
 span { border-color: #58941f; }

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

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