Html Css Color HEX #599570 Ocean Green

📋 copy color: '#599570'

red 89 ◦ green 149 ◦ blue 112

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

Shades of Ocean Green #599570

Tints of Ocean Green #599570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 25.43%
G = 42.57%
B = 32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#599570 (or 0x599570) is known color: Ocean Green. HEX triplet: 59, 95 and 70. RGB value is (89,149,112). Sum of RGB (Red+Green+Blue) = 89+149+112=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #599570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599570 is #A66A8F. Grayscale: #7E7E7E. Windows color (decimal): -10906256 or 7378265. OLE color: 7378265.

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

Color convert

RGB 89 149 112 -
CMYK 0.40 0 0.25 0.42
HSL 143º 0.25% 0.47% -
HSV(B) 143º 0.4% 0.58% -
XYZ 17.79 24.79 19.18 -
YUV 126.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 89 149 112 0.40 0 0.25 0.42 143 0.25 0.47
Hex 59 95 70 28 0 19 2A 8F 19 2F
Octal 131 225 160 50 0 31 52 217 31 57
Binary 1011001 10010101 1110000 101000 0 11001 101010 10001111 11001 101111

Color Harmonies of #599570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599570

Black with #599570

Text Example


Text Example

White with #599570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599570; }

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

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

background-color css

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

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

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

border-color css

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

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

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