#54976E

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

Shades of Ocean Green #54976E

Tints of Ocean Green #54976E

Color information

#54976E (or 0x54976E) is unknown color: approx Ocean Green. HEX triplet: 54, 97 and 6E. RGB value is (84,151,110). Sum of RGB (Red+Green+Blue) = 84+151+110=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #54976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54976E is #AB6891. Grayscale: #7E7E7E. Windows color (decimal): -11233426 or 7247700. OLE color: 7247700.

HSL color Cylindrical-coordinate representation of color #54976E: hue angle of 143.28º degrees, saturation: 0.29, 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 #54976E is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB84151110-
CMYK0.4400.270.41
HSL143.28º28.51%46.08%-
HSV(B)143.28º44.37%59.22%-
XYZ17.5425.1418.68-
YUV126.29118.897.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=24.35%
G=43.77%
B=31.88%

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
Decimal841511100.4400.270.41143.2828.5146.08
Hex54976E2C01B298f1d2e
Octal12422715654033512173556
Binary10101001001011111011101011000110111010011000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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