Html Css Color HEX #599573 Ocean Green

📋 copy color: '#599573'

red 89 ◦ green 149 ◦ blue 115

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

Shades of Ocean Green #599573

Tints of Ocean Green #599573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 25.21%
G = 42.21%
B = 32.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#599573 (or 0x599573) is known color: Ocean Green. HEX triplet: 59, 95 and 73. RGB value is (89,149,115). Sum of RGB (Red+Green+Blue) = 89+149+115=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #599573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599573 is #A66A8C. Grayscale: #7F7F7F. Windows color (decimal): -10906253 or 7574873. OLE color: 7574873.

HSL color Cylindrical-coordinate representation of color #599573: hue angle of 146º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599573 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 115 -
CMYK 0.40 0 0.23 0.42
HSL 146º 0.25% 0.47% -
HSV(B) 146º 0.4% 0.58% -
XYZ 17.96 24.86 20.07 -
YUV 127.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 89 149 115 0.40 0 0.23 0.42 146 0.25 0.47
Hex 59 95 73 28 0 17 2A 92 19 2F
Octal 131 225 163 50 0 27 52 222 31 57
Binary 1011001 10010101 1110011 101000 0 10111 101010 10010010 11001 101111

Color Harmonies of #599573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599573

Black with #599573

Text Example


Text Example

White with #599573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599573; }

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

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

background-color css

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

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

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

border-color css

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

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

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