#549B79

Color #549B79 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #549B79

Tints of Ocean Green #549B79

Color information

#549B79 (or 0x549B79) is unknown color: approx Ocean Green. HEX triplet: 54, 9B and 79. RGB value is (84,155,121). Sum of RGB (Red+Green+Blue) = 84+155+121=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #549B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B79 is #AB6486. Grayscale: #818181. Windows color (decimal): -11232391 or 7969620. OLE color: 7969620.

HSL color Cylindrical-coordinate representation of color #549B79: hue angle of 151.27º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B79 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB84155121-
CMYK0.4600.220.39
HSL151.27º29.71%46.86%-
HSV(B)151.27º45.81%60.78%-
XYZ18.8326.7122.25-
YUV129.9122.9895.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=23.33%
G=43.06%
B=33.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551210.4600.220.39151.2729.7146.86
Hex549B792E01627971e2f
Octal12423317156026472273657
Binary10101001001101111110011011100101101001111001011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549B79; }

 p { color: rgb(84,155,121); }

 H1.HeaderClassName
 {
   color: #549B79;
 }
 .AnyTagClassName
 {
   color: #549B79;
 }
</style>
background-color css

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

 a { background-color: rgb(84,155,121); }

 div.DivClassName
 {
   background-color: #549B79;
 }
 .BgClassName
 {
   background-color: #549B79;
 }
</style>
border-color css

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

 span { border-color: rgb(84,155,121); }

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