#549575

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

Shades of Ocean Green #549575

Tints of Ocean Green #549575

Color information

#549575 (or 0x549575) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 75. RGB value is (84,149,117). Sum of RGB (Red+Green+Blue) = 84+149+117=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #549575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549575 is #AB6A8A. Grayscale: #7D7D7D. Windows color (decimal): -11233931 or 7705940. OLE color: 7705940.

HSL color Cylindrical-coordinate representation of color #549575: hue angle of 150.46º 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 #549575 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB84149117-
CMYK0.4400.210.42
HSL150.46º27.9%45.69%-
HSV(B)150.46º43.62%58.43%-
XYZ17.6124.6620.66-
YUV125.92122.9798.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=24%
G=42.57%
B=33.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491170.4400.210.42150.4627.945.69
Hex5495752C0152A961c2e
Octal12422516554025522263456
Binary10101001001010111101011011000101011010101001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549575; }

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

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

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

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

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

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

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

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