#549968

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

Shades of Ocean Green #549968

Tints of Ocean Green #549968

Color information

#549968 (or 0x549968) is unknown color: approx Ocean Green. HEX triplet: 54, 99 and 68. RGB value is (84,153,104). Sum of RGB (Red+Green+Blue) = 84+153+104=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #549968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549968 is #AB6697. Grayscale: #7E7E7E. Windows color (decimal): -11232920 or 6854996. OLE color: 6854996.

HSL color Cylindrical-coordinate representation of color #549968: hue angle of 137.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549968 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB84153104-
CMYK0.4500.320.4
HSL137.39º29.11%46.47%-
HSV(B)137.39º45.1%60%-
XYZ17.5525.6717.13-
YUV126.78115.1497.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=24.63%
G=44.87%
B=30.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531040.4500.320.4137.3929.1146.47
Hex5499682D02028891d2e
Octal12423115055040502113556
Binary101010010011001110100010110101000001010001000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549968; }

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

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

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

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

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

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

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

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