#59A36B

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

Shades of Ocean Green #59A36B

Tints of Ocean Green #59A36B

Color information

#59A36B (or 0x59A36B) is unknown color: approx Ocean Green. HEX triplet: 59, A3 and 6B. RGB value is (89,163,107). Sum of RGB (Red+Green+Blue) = 89+163+107=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #59A36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A36B is #A65C94. Grayscale: #868686. Windows color (decimal): -10902677 or 7054169. OLE color: 7054169.

HSL color Cylindrical-coordinate representation of color #59A36B: hue angle of 134.59º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A36B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB89163107-
CMYK0.4500.340.36
HSL134.59º29.37%49.41%-
HSV(B)134.59º45.4%63.92%-
XYZ19.8729.3818.53-
YUV134.49112.4895.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=24.79%
G=45.40%
B=29.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891631070.4500.340.36134.5929.3749.41
Hex59A36B2D02224871d31
Octal13124315355042442073561
Binary101100110100011110101110110101000101001001000011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,163,107); }

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

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

 a { background-color: rgb(89,163,107); }

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

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

 span { border-color: rgb(89,163,107); }

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