#58920E

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

Shades of Limeade #58920E

Tints of Limeade #58920E

Color information

#58920E (or 0x58920E) is unknown color: approx Limeade. HEX triplet: 58, 92 and 0E. RGB value is (88,146,14). Sum of RGB (Red+Green+Blue) = 88+146+14=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #58920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58920E is #A76DF1. Grayscale: #727272. Windows color (decimal): -10972658 or 954968. OLE color: 954968.

HSL color Cylindrical-coordinate representation of color #58920E: hue angle of 86.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58920E is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB8814614-
CMYK0.4000.900.43
HSL86.36º82.5%31.37%-
HSV(B)86.36º90.41%57.25%-
XYZ14.3822.664.03-
YUV113.6171.78109.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=35.48%
G=58.87%
B=5.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88146140.4000.900.4386.3682.531.37
Hex5892E2805A2B56521f
Octal130222165001325312612237
Binary1011000100100101110101000010110101010111010110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58920E; }

 p { color: rgb(88,146,14); }

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

<style>
 a { background-color: #58920E; }

 a { background-color: rgb(88,146,14); }

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

<style>
 span { border-color: #58920E; }

 span { border-color: rgb(88,146,14); }

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