#549169

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

Shades of Ocean Green #549169

Tints of Ocean Green #549169

Color information

#549169 (or 0x549169) is unknown color: approx Ocean Green. HEX triplet: 54, 91 and 69. RGB value is (84,145,105). Sum of RGB (Red+Green+Blue) = 84+145+105=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #549169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549169 is #AB6E96. Grayscale: #7A7A7A. Windows color (decimal): -11234967 or 6918484. OLE color: 6918484.

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

Color convert

RGB84145105-
CMYK0.4200.280.43
HSL140.66º26.64%44.9%-
HSV(B)140.66º42.07%56.86%-
XYZ16.3323.1616.97-
YUV122.2118.29100.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=25.15%
G=43.41%
B=31.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451050.4200.280.43140.6626.6444.9
Hex5491692A01C2B8d1b2d
Octal12422115152034532153355
Binary10101001001000111010011010100111001010111000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549169; }

 p { color: rgb(84,145,105); }

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

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

 a { background-color: rgb(84,145,105); }

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

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

 span { border-color: rgb(84,145,105); }

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