Html Css Color HEX #59A479 Ocean Green

📋 copy color: '#59A479'

red 89 ◦ green 164 ◦ blue 121

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

Shades of Ocean Green #59A479

Tints of Ocean Green #59A479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 23.8%
G = 43.85%
B = 32.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#59A479 (or 0x59A479) is known color: Ocean Green. HEX triplet: 59, A4 and 79. RGB value is (89,164,121). Sum of RGB (Red+Green+Blue) = 89+164+121=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #59A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A479 is #A65B86. Grayscale: #888888. Windows color (decimal): -10902407 or 7971929. OLE color: 7971929.

HSL color Cylindrical-coordinate representation of color #59A479: hue angle of 145.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 #59A479 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 164 121 -
CMYK 0.46 0 0.26 0.36
HSL 145.6º 0.3% 0.5% -
HSV(B) 145.6º 0.46% 0.64% -
XYZ 20.85 30.06 22.79 -
YUV 136.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 89 164 121 0.46 0 0.26 0.36 145.6 0.3 0.5
Hex 59 A4 79 2E 0 1A 24 92 1E 32
Octal 131 244 171 56 0 32 44 222 36 62
Binary 1011001 10100100 1111001 101110 0 11010 100100 10010010 11110 110010

Color Harmonies of #59A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A479

Black with #59A479

Text Example


Text Example

White with #59A479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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