#549878

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

Shades of Ocean Green #549878

Tints of Ocean Green #549878

Color information

#549878 (or 0x549878) is unknown color: approx Ocean Green. HEX triplet: 54, 98 and 78. RGB value is (84,152,120). Sum of RGB (Red+Green+Blue) = 84+152+120=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #549878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549878 is #AB6787. Grayscale: #808080. Windows color (decimal): -11233160 or 7903316. OLE color: 7903316.

HSL color Cylindrical-coordinate representation of color #549878: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549878 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB84152120-
CMYK0.4500.210.40
HSL151.76º28.81%46.27%-
HSV(B)151.76º44.74%59.61%-
XYZ18.2725.721.77-
YUV128.02123.4796.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=23.60%
G=42.70%
B=33.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521200.4500.210.40151.7628.8146.27
Hex5498782D01528981d2e
Octal12423017055025502303556
Binary10101001001100011110001011010101011010001001100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549878; }

 p { color: rgb(84,152,120); }

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

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

 a { background-color: rgb(84,152,120); }

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

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

 span { border-color: rgb(84,152,120); }

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