#588250

Color #588250 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #588250

Tints of Glade Green #588250

Color information

#588250 (or 0x588250) is unknown color: approx Glade Green. HEX triplet: 58, 82 and 50. RGB value is (88,130,80). Sum of RGB (Red+Green+Blue) = 88+130+80=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #588250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588250 is #A77DAF. Grayscale: #6F6F6F. Windows color (decimal): -10976688 or 5276248. OLE color: 5276248.

HSL color Cylindrical-coordinate representation of color #588250: hue angle of 110.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588250 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8813080-
CMYK0.3200.380.49
HSL110.4º23.81%41.18%-
HSV(B)110.4º38.46%50.98%-
XYZ13.4618.6210.47-
YUV111.74110.09111.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=29.53%
G=43.62%
B=26.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130800.3200.380.49110.423.8141.18
Hex58825020026316e1829
Octal13020212040046611563051
Binary10110001000001010100001000000100110110001110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588250; }

 p { color: rgb(88,130,80); }

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

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

 a { background-color: rgb(88,130,80); }

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

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

 span { border-color: rgb(88,130,80); }

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