#549574

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

Shades of Ocean Green #549574

Tints of Ocean Green #549574

Color information

#549574 (or 0x549574) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 74. RGB value is (84,149,116). Sum of RGB (Red+Green+Blue) = 84+149+116=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #549574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549574 is #AB6A8B. Grayscale: #7D7D7D. Windows color (decimal): -11233932 or 7640404. OLE color: 7640404.

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

Color convert

RGB84149116-
CMYK0.4400.220.42
HSL149.54º27.9%45.69%-
HSV(B)149.54º43.62%58.43%-
XYZ17.5624.6420.35-
YUV125.8122.4798.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=24.07%
G=42.69%
B=33.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491160.4400.220.42149.5427.945.69
Hex5495742C0162A961c2e
Octal12422516454026522263456
Binary10101001001010111101001011000101101010101001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549574; }

 p { color: rgb(84,149,116); }

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

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

 a { background-color: rgb(84,149,116); }

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

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

 span { border-color: rgb(84,149,116); }

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