#549473

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

Shades of Ocean Green #549473

Tints of Ocean Green #549473

Color information

#549473 (or 0x549473) is unknown color: approx Ocean Green. HEX triplet: 54, 94 and 73. RGB value is (84,148,115). Sum of RGB (Red+Green+Blue) = 84+148+115=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #549473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549473 is #AB6B8C. Grayscale: #7D7D7D. Windows color (decimal): -11234189 or 7574612. OLE color: 7574612.

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

Color convert

RGB84148115-
CMYK0.4300.220.42
HSL149.06º27.59%45.49%-
HSV(B)149.06º43.24%58.04%-
XYZ17.3424.320-
YUV125.1122.398.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=24.21%
G=42.65%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481150.4300.220.42149.0627.5945.49
Hex5494732B0162A951c2d
Octal12422416353026522253455
Binary10101001001010011100111010110101101010101001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549473; }

 p { color: rgb(84,148,115); }

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

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

 a { background-color: rgb(84,148,115); }

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

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

 span { border-color: rgb(84,148,115); }

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