Html Css Color HEX #59A573 Ocean Green

📋 copy color: '#59A573'

red 89 ◦ green 165 ◦ blue 115

#59A573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #59A573

Tints of Ocean Green #59A573

RGB

 RED value IS 89 (35.16% from 255) = 24.12%

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 24.12%
G = 44.72%
B = 31.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#59A573 (or 0x59A573) is known color: Ocean Green. HEX triplet: 59, A5 and 73. RGB value is (89,165,115). Sum of RGB (Red+Green+Blue) = 89+165+115=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #59A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A573 is #A65A8C. Grayscale: #888888. Windows color (decimal): -10902157 or 7578969. OLE color: 7578969.

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

Color convert

RGB 89 165 115 -
CMYK 0.46 0 0.30 0.35
HSL 140.53º 0.3% 0.5% -
HSV(B) 140.53º 0.46% 0.65% -
XYZ 20.67 30.27 20.97 -
YUV 136.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 89 165 115 0.46 0 0.30 0.35 140.53 0.3 0.5
Hex 59 A5 73 2E 0 1E 23 8D 1E 32
Octal 131 245 163 56 0 36 43 215 36 62
Binary 1011001 10100101 1110011 101110 0 11110 100011 10001101 11110 110010

Color Harmonies of #59A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A573

Black with #59A573

Text Example


Text Example

White with #59A573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,165,115); }

 H1.HeaderClassName
 {
   color: #59A573;
 }
 .AnyTagClassName
 {
   color: #59A573;
 }
</style>

background-color css

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

 a { background-color: rgb(89,165,115); }

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

border-color css

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

 span { border-color: rgb(89,165,115); }

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