#549572

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

Shades of Ocean Green #549572

Tints of Ocean Green #549572

Color information

#549572 (or 0x549572) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 72. RGB value is (84,149,114). Sum of RGB (Red+Green+Blue) = 84+149+114=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #549572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549572 is #AB6A8D. Grayscale: #7D7D7D. Windows color (decimal): -11233934 or 7509332. OLE color: 7509332.

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

Color convert

RGB84149114-
CMYK0.4400.230.42
HSL147.69º27.9%45.69%-
HSV(B)147.69º43.62%58.43%-
XYZ17.4424.5919.75-
YUV125.57121.4798.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=24.21%
G=42.94%
B=32.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491140.4400.230.42147.6927.945.69
Hex5495722C0172A941c2e
Octal12422516254027522243456
Binary10101001001010111100101011000101111010101001010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549572; }

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

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

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

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

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

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

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

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