#549A6D

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

Shades of Ocean Green #549A6D

Tints of Ocean Green #549A6D

Color information

#549A6D (or 0x549A6D) is unknown color: approx Ocean Green. HEX triplet: 54, 9A and 6D. RGB value is (84,154,109). Sum of RGB (Red+Green+Blue) = 84+154+109=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #549A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A6D is #AB6592. Grayscale: #808080. Windows color (decimal): -11232659 or 7182932. OLE color: 7182932.

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

Color convert

RGB84154109-
CMYK0.4500.290.40
HSL141.43º29.41%46.67%-
HSV(B)141.43º45.45%60.39%-
XYZ17.9726.118.56-
YUV127.94117.3196.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=24.21%
G=44.38%
B=31.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841541090.4500.290.40141.4329.4146.67
Hex549A6D2D01D288d1d2f
Octal12423215555035502153557
Binary10101001001101011011011011010111011010001000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,154,109); }

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

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

 a { background-color: rgb(84,154,109); }

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

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

 span { border-color: rgb(84,154,109); }

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