Html Css Color HEX #599472 Ocean Green

📋 copy color: '#599472'

red 89 ◦ green 148 ◦ blue 114

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

Shades of Ocean Green #599472

Tints of Ocean Green #599472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 25.36%
G = 42.17%
B = 32.48%

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

#599472 (or 0x599472) is known color: Ocean Green. HEX triplet: 59, 94 and 72. RGB value is (89,148,114). Sum of RGB (Red+Green+Blue) = 89+148+114=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #599472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599472 is #A66B8D. Grayscale: #7E7E7E. Windows color (decimal): -10906510 or 7509081. OLE color: 7509081.

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

Color convert

RGB 89 148 114 -
CMYK 0.40 0 0.23 0.42
HSL 145.42º 0.25% 0.46% -
HSV(B) 145.42º 0.4% 0.58% -
XYZ 17.75 24.52 19.72 -
YUV 126.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 89 148 114 0.40 0 0.23 0.42 145.42 0.25 0.46
Hex 59 94 72 28 0 17 2A 91 19 2E
Octal 131 224 162 50 0 27 52 221 31 56
Binary 1011001 10010100 1110010 101000 0 10111 101010 10010001 11001 101110

Color Harmonies of #599472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599472

Black with #599472

Text Example


Text Example

White with #599472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599472; }

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

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

background-color css

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

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

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

border-color css

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

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

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