Html Css Color HEX #559472 Ocean Green

📋 copy color: '#559472'

red 85 ◦ green 148 ◦ blue 114

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

Shades of Ocean Green #559472

Tints of Ocean Green #559472

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

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

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

R = 24.5%
G = 42.65%
B = 32.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#559472 (or 0x559472) is known color: Ocean Green. HEX triplet: 55, 94 and 72. RGB value is (85,148,114). Sum of RGB (Red+Green+Blue) = 85+148+114=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #559472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559472 is #AA6B8D. Grayscale: #7D7D7D. Windows color (decimal): -11168654 or 7509077. OLE color: 7509077.

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

Color convert

RGB 85 148 114 -
CMYK 0.43 0 0.23 0.42
HSL 147.62º 0.27% 0.46% -
HSV(B) 147.62º 0.43% 0.58% -
XYZ 17.37 24.33 19.7 -
YUV 125.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 85 148 114 0.43 0 0.23 0.42 147.62 0.27 0.46
Hex 55 94 72 2B 0 17 2A 94 1B 2E
Octal 125 224 162 53 0 27 52 224 33 56
Binary 1010101 10010100 1110010 101011 0 10111 101010 10010100 11011 101110

Color Harmonies of #559472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559472

Black with #559472

Text Example


Text Example

White with #559472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559472; }

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

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

background-color css

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

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

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

border-color css

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

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

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