Html Css Color HEX #559772 Ocean Green

📋 copy color: '#559772'

red 85 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #559772

Tints of Ocean Green #559772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

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

R = 24.29%
G = 43.14%
B = 32.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#559772 (or 0x559772) is known color: Ocean Green. HEX triplet: 55, 97 and 72. RGB value is (85,151,114). Sum of RGB (Red+Green+Blue) = 85+151+114=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #559772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559772 is #AA688D. Grayscale: #7F7F7F. Windows color (decimal): -11167886 or 7509845. OLE color: 7509845.

HSL color Cylindrical-coordinate representation of color #559772: hue angle of 146.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559772 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 114 -
CMYK 0.44 0 0.25 0.41
HSL 146.36º 0.28% 0.46% -
HSV(B) 146.36º 0.44% 0.59% -
XYZ 17.85 25.28 19.86 -
YUV 127.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 85 151 114 0.44 0 0.25 0.41 146.36 0.28 0.46
Hex 55 97 72 2C 0 19 29 92 1C 2E
Octal 125 227 162 54 0 31 51 222 34 56
Binary 1010101 10010111 1110010 101100 0 11001 101001 10010010 11100 101110

Color Harmonies of #559772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559772

Black with #559772

Text Example


Text Example

White with #559772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559772; }

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

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

background-color css

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

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

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

border-color css

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

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

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