#59938E

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

Shades of Half Baked #59938E

Tints of Half Baked #59938E

Color information

#59938E (or 0x59938E) is unknown color: approx Half Baked. HEX triplet: 59, 93 and 8E. RGB value is (89,147,142). Sum of RGB (Red+Green+Blue) = 89+147+142=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #59938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59938E is #A66C71. Grayscale: #818181. Windows color (decimal): -10906738 or 9343833. OLE color: 9343833.

HSL color Cylindrical-coordinate representation of color #59938E: hue angle of 174.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59938E is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB89147142-
CMYK0.3900.030.42
HSL174.83º24.58%46.27%-
HSV(B)174.83º39.46%57.65%-
XYZ19.4424.9429.38-
YUV129.09135.2899.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=23.54%
G=38.89%
B=37.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471420.3900.030.42174.8324.5846.27
Hex59938E27032Aaf192e
Octal1312232164703522573156
Binary101100110010011100011101001110111010101010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,147,142); }

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

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

 a { background-color: rgb(89,147,142); }

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

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

 span { border-color: rgb(89,147,142); }

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