#549876

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

Shades of Ocean Green #549876

Tints of Ocean Green #549876

Color information

#549876 (or 0x549876) is unknown color: approx Ocean Green. HEX triplet: 54, 98 and 76. RGB value is (84,152,118). Sum of RGB (Red+Green+Blue) = 84+152+118=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #549876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549876 is #AB6789. Grayscale: #7F7F7F. Windows color (decimal): -11233162 or 7772244. OLE color: 7772244.

HSL color Cylindrical-coordinate representation of color #549876: hue angle of 150º 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 #549876 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB84152118-
CMYK0.4500.220.40
HSL150º28.81%46.27%-
HSV(B)150º44.74%59.61%-
XYZ18.1525.6521.13-
YUV127.79122.4796.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=23.73%
G=42.94%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521180.4500.220.4015028.8146.27
Hex5498762D01628961d2e
Octal12423016655026502263556
Binary10101001001100011101101011010101101010001001011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549876; }

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

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

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

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

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

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

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

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