#549D76

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

Shades of Ocean Green #549D76

Tints of Ocean Green #549D76

Color information

#549D76 (or 0x549D76) is unknown color: approx Ocean Green. HEX triplet: 54, 9D and 76. RGB value is (84,157,118). Sum of RGB (Red+Green+Blue) = 84+157+118=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #549D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D76 is #AB6289. Grayscale: #828282. Windows color (decimal): -11231882 or 7773524. OLE color: 7773524.

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

Color convert

RGB84157118-
CMYK0.4600.250.38
HSL147.95º30.29%47.25%-
HSV(B)147.95º46.5%61.57%-
XYZ18.9827.3121.41-
YUV130.73120.8294.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=23.40%
G=43.73%
B=32.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571180.4600.250.38147.9530.2947.25
Hex549D762E01926941e2f
Octal12423516656031462243657
Binary10101001001110111101101011100110011001101001010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,118); }

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

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

 a { background-color: rgb(84,157,118); }

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

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

 span { border-color: rgb(84,157,118); }

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