#549269

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

Shades of Ocean Green #549269

Tints of Ocean Green #549269

Color information

#549269 (or 0x549269) is unknown color: approx Ocean Green. HEX triplet: 54, 92 and 69. RGB value is (84,146,105). Sum of RGB (Red+Green+Blue) = 84+146+105=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #549269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549269 is #AB6D96. Grayscale: #7A7A7A. Windows color (decimal): -11234711 or 6918740. OLE color: 6918740.

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

Color convert

RGB84146105-
CMYK0.4200.280.43
HSL140.32º26.96%45.1%-
HSV(B)140.32º42.47%57.25%-
XYZ16.4823.4617.02-
YUV122.79117.96100.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=25.07%
G=43.58%
B=31.34%

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
Decimal841461050.4200.280.43140.3226.9645.1
Hex5492692A01C2B8c1b2d
Octal12422215152034532143355
Binary10101001001001011010011010100111001010111000110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549269; }

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

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

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

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

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

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

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

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