#549268

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

Shades of Ocean Green #549268

Tints of Ocean Green #549268

Color information

#549268 (or 0x549268) is unknown color: approx Ocean Green. HEX triplet: 54, 92 and 68. RGB value is (84,146,104). Sum of RGB (Red+Green+Blue) = 84+146+104=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #549268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549268 is #AB6D97. Grayscale: #7A7A7A. Windows color (decimal): -11234712 or 6853204. OLE color: 6853204.

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

Color convert

RGB84146104-
CMYK0.4200.290.43
HSL139.35º26.96%45.1%-
HSV(B)139.35º42.47%57.25%-
XYZ16.4323.4416.76-
YUV122.67117.46100.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=25.15%
G=43.71%
B=31.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461040.4200.290.43139.3526.9645.1
Hex5492682A01D2B8b1b2d
Octal12422215052035532133355
Binary10101001001001011010001010100111011010111000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549268; }

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

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

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

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

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

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

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

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