#549470

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

Shades of Ocean Green #549470

Tints of Ocean Green #549470

Color information

#549470 (or 0x549470) is unknown color: approx Ocean Green. HEX triplet: 54, 94 and 70. RGB value is (84,148,112). Sum of RGB (Red+Green+Blue) = 84+148+112=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #549470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549470 is #AB6B8F. Grayscale: #7C7C7C. Windows color (decimal): -11234192 or 7378004. OLE color: 7378004.

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

Color convert

RGB84148112-
CMYK0.4300.240.42
HSL146.25º27.59%45.49%-
HSV(B)146.25º43.24%58.04%-
XYZ17.1724.2319.1-
YUV124.76120.898.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=24.42%
G=43.02%
B=32.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481120.4300.240.42146.2527.5945.49
Hex5494702B0182A921c2d
Octal12422416053030522223455
Binary10101001001010011100001010110110001010101001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549470; }

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

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

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

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

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

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

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

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