#549570

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

Shades of Ocean Green #549570

Tints of Ocean Green #549570

Color information

#549570 (or 0x549570) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 70. RGB value is (84,149,112). Sum of RGB (Red+Green+Blue) = 84+149+112=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #549570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549570 is #AB6A8F. Grayscale: #7D7D7D. Windows color (decimal): -11233936 or 7378260. OLE color: 7378260.

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

Color convert

RGB84149112-
CMYK0.4400.250.42
HSL145.85º27.9%45.69%-
HSV(B)145.85º43.62%58.43%-
XYZ17.3324.5519.15-
YUV125.35120.4798.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=24.35%
G=43.19%
B=32.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491120.4400.250.42145.8527.945.69
Hex5495702C0192A921c2e
Octal12422516054031522223456
Binary10101001001010111100001011000110011010101001001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549570; }

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

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

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

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

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

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

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

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