#549668

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

Shades of Ocean Green #549668

Tints of Ocean Green #549668

Color information

#549668 (or 0x549668) is unknown color: approx Ocean Green. HEX triplet: 54, 96 and 68. RGB value is (84,150,104). Sum of RGB (Red+Green+Blue) = 84+150+104=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #549668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549668 is #AB6997. Grayscale: #7D7D7D. Windows color (decimal): -11233688 or 6854228. OLE color: 6854228.

HSL color Cylindrical-coordinate representation of color #549668: hue angle of 138.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549668 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB84150104-
CMYK0.4400.310.41
HSL138.18º28.21%45.88%-
HSV(B)138.18º44%58.82%-
XYZ17.0624.716.96-
YUV125.02116.1398.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=24.85%
G=44.38%
B=30.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501040.4400.310.41138.1828.2145.88
Hex5496682C01F298a1c2e
Octal12422615054037512123456
Binary10101001001011011010001011000111111010011000101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549668; }

 p { color: rgb(84,150,104); }

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

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

 a { background-color: rgb(84,150,104); }

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

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

 span { border-color: rgb(84,150,104); }

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