Html Css Color HEX #599571 Ocean Green

📋 copy color: '#599571'

red 89 ◦ green 149 ◦ blue 113

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

Shades of Ocean Green #599571

Tints of Ocean Green #599571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 25.36%
G = 42.45%
B = 32.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#599571 (or 0x599571) is known color: Ocean Green. HEX triplet: 59, 95 and 71. RGB value is (89,149,113). Sum of RGB (Red+Green+Blue) = 89+149+113=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #599571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599571 is #A66A8E. Grayscale: #7F7F7F. Windows color (decimal): -10906255 or 7443801. OLE color: 7443801.

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

Color convert

RGB 89 149 113 -
CMYK 0.40 0 0.24 0.42
HSL 144º 0.25% 0.47% -
HSV(B) 144º 0.4% 0.58% -
XYZ 17.85 24.81 19.47 -
YUV 126.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 89 149 113 0.40 0 0.24 0.42 144 0.25 0.47
Hex 59 95 71 28 0 18 2A 90 19 2F
Octal 131 225 161 50 0 30 52 220 31 57
Binary 1011001 10010101 1110001 101000 0 11000 101010 10010000 11001 101111

Color Harmonies of #599571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599571

Black with #599571

Text Example


Text Example

White with #599571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599571; }

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

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

background-color css

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

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

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

border-color css

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

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

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