#54966E

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

Shades of Ocean Green #54966E

Tints of Ocean Green #54966E

Color information

#54966E (or 0x54966E) is unknown color: approx Ocean Green. HEX triplet: 54, 96 and 6E. RGB value is (84,150,110). Sum of RGB (Red+Green+Blue) = 84+150+110=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #54966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54966E is #AB6991. Grayscale: #7D7D7D. Windows color (decimal): -11233682 or 7247444. OLE color: 7247444.

HSL color Cylindrical-coordinate representation of color #54966E: hue angle of 143.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54966E is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB84150110-
CMYK0.4400.270.41
HSL143.64º28.21%45.88%-
HSV(B)143.64º44%58.82%-
XYZ17.3824.8218.63-
YUV125.71119.1398.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=24.42%
G=43.60%
B=31.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501100.4400.270.41143.6428.2145.88
Hex54966E2C01B29901c2e
Octal12422615654033512203456
Binary10101001001011011011101011000110111010011001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54966E; }

 p { color: rgb(84,150,110); }

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

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

 a { background-color: rgb(84,150,110); }

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

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

 span { border-color: rgb(84,150,110); }

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