#549D6A

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

Shades of Ocean Green #549D6A

Tints of Ocean Green #549D6A

Color information

#549D6A (or 0x549D6A) is unknown color: approx Ocean Green. HEX triplet: 54, 9D and 6A. RGB value is (84,157,106). Sum of RGB (Red+Green+Blue) = 84+157+106=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #549D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D6A is #AB6295. Grayscale: #818181. Windows color (decimal): -11231894 or 6987092. OLE color: 6987092.

HSL color Cylindrical-coordinate representation of color #549D6A: hue angle of 138.08º 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 #549D6A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB84157106-
CMYK0.4600.320.38
HSL138.08º30.29%47.25%-
HSV(B)138.08º46.5%61.57%-
XYZ18.3127.0417.89-
YUV129.36114.8295.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=24.21%
G=45.24%
B=30.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571060.4600.320.38138.0830.2947.25
Hex549D6A2E020268a1e2f
Octal12423515256040462123657
Binary101010010011101110101010111001000001001101000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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