Html Css Color HEX #599574 Ocean Green

📋 copy color: '#599574'

red 89 ◦ green 149 ◦ blue 116

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

Shades of Ocean Green #599574

Tints of Ocean Green #599574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 25.14%
G = 42.09%
B = 32.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#599574 (or 0x599574) is known color: Ocean Green. HEX triplet: 59, 95 and 74. RGB value is (89,149,116). Sum of RGB (Red+Green+Blue) = 89+149+116=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #599574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599574 is #A66A8B. Grayscale: #7F7F7F. Windows color (decimal): -10906252 or 7640409. OLE color: 7640409.

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

Color convert

RGB 89 149 116 -
CMYK 0.40 0 0.22 0.42
HSL 147º 0.25% 0.47% -
HSV(B) 147º 0.4% 0.58% -
XYZ 18.02 24.88 20.38 -
YUV 127.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 89 149 116 0.40 0 0.22 0.42 147 0.25 0.47
Hex 59 95 74 28 0 16 2A 93 19 2F
Octal 131 225 164 50 0 26 52 223 31 57
Binary 1011001 10010101 1110100 101000 0 10110 101010 10010011 11001 101111

Color Harmonies of #599574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599574

Black with #599574

Text Example


Text Example

White with #599574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599574; }

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

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

background-color css

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

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

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

border-color css

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

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

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