#54956E

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

Shades of Ocean Green #54956E

Tints of Ocean Green #54956E

Color information

#54956E (or 0x54956E) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 6E. RGB value is (84,149,110). Sum of RGB (Red+Green+Blue) = 84+149+110=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #54956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54956E is #AB6A91. Grayscale: #7D7D7D. Windows color (decimal): -11233938 or 7247188. OLE color: 7247188.

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

Color convert

RGB84149110-
CMYK0.4400.260.42
HSL144º27.9%45.69%-
HSV(B)144º43.62%58.43%-
XYZ17.2224.5118.57-
YUV125.12119.4798.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=24.49%
G=43.44%
B=32.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491100.4400.260.4214427.945.69
Hex54956E2C01A2A901c2e
Octal12422515654032522203456
Binary10101001001010111011101011000110101010101001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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