#54986C

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

Shades of Ocean Green #54986C

Tints of Ocean Green #54986C

Color information

#54986C (or 0x54986C) is unknown color: approx Ocean Green. HEX triplet: 54, 98 and 6C. RGB value is (84,152,108). Sum of RGB (Red+Green+Blue) = 84+152+108=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #54986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54986C is #AB6793. Grayscale: #7E7E7E. Windows color (decimal): -11233172 or 7116884. OLE color: 7116884.

HSL color Cylindrical-coordinate representation of color #54986C: hue angle of 141.18º 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 #54986C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB84152108-
CMYK0.4500.290.40
HSL141.18º28.81%46.27%-
HSV(B)141.18º44.74%59.61%-
XYZ17.5925.4218.17-
YUV126.65117.4797.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=24.42%
G=44.19%
B=31.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521080.4500.290.40141.1828.8146.27
Hex54986C2D01D288d1d2e
Octal12423015455035502153556
Binary10101001001100011011001011010111011010001000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54986C; }

 p { color: rgb(84,152,108); }

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

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

 a { background-color: rgb(84,152,108); }

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

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

 span { border-color: rgb(84,152,108); }

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