#59A46F

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

Shades of Ocean Green #59A46F

Tints of Ocean Green #59A46F

Color information

#59A46F (or 0x59A46F) is unknown color: approx Ocean Green. HEX triplet: 59, A4 and 6F. RGB value is (89,164,111). Sum of RGB (Red+Green+Blue) = 89+164+111=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #59A46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A46F is #A65B90. Grayscale: #878787. Windows color (decimal): -10902417 or 7316569. OLE color: 7316569.

HSL color Cylindrical-coordinate representation of color #59A46F: hue angle of 137.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A46F is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB89164111-
CMYK0.4600.320.36
HSL137.6º29.64%49.61%-
HSV(B)137.6º45.73%64.31%-
XYZ20.2629.8219.73-
YUV135.53114.1594.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=24.45%
G=45.05%
B=30.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641110.4600.320.36137.629.6449.61
Hex59A46F2E020248a1e32
Octal13124415756040442123662
Binary101100110100100110111110111001000001001001000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A46F; }

 p { color: rgb(89,164,111); }

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

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

 a { background-color: rgb(89,164,111); }

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

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

 span { border-color: rgb(89,164,111); }

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