Html Css Color HEX #599572 Ocean Green

📋 copy color: '#599572'

red 89 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #599572

Tints of Ocean Green #599572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 25.28%
G = 42.33%
B = 32.39%

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

#599572 (or 0x599572) is known color: Ocean Green. HEX triplet: 59, 95 and 72. RGB value is (89,149,114). Sum of RGB (Red+Green+Blue) = 89+149+114=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #599572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599572 is #A66A8D. Grayscale: #7F7F7F. Windows color (decimal): -10906254 or 7509337. OLE color: 7509337.

HSL color Cylindrical-coordinate representation of color #599572: hue angle of 145º 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 #599572 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 114 -
CMYK 0.40 0 0.23 0.42
HSL 145º 0.25% 0.47% -
HSV(B) 145º 0.4% 0.58% -
XYZ 17.9 24.83 19.77 -
YUV 127.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 89 149 114 0.40 0 0.23 0.42 145 0.25 0.47
Hex 59 95 72 28 0 17 2A 91 19 2F
Octal 131 225 162 50 0 27 52 221 31 57
Binary 1011001 10010101 1110010 101000 0 10111 101010 10010001 11001 101111

Color Harmonies of #599572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599572

Black with #599572

Text Example


Text Example

White with #599572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599572; }

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

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

background-color css

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

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

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

border-color css

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

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

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