#55946F

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

Shades of Ocean Green #55946F

Tints of Ocean Green #55946F

Color information

#55946F (or 0x55946F) is unknown color: approx Ocean Green. HEX triplet: 55, 94 and 6F. RGB value is (85,148,111). Sum of RGB (Red+Green+Blue) = 85+148+111=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #55946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946F is #AA6B90. Grayscale: #7D7D7D. Windows color (decimal): -11168657 or 7312469. OLE color: 7312469.

HSL color Cylindrical-coordinate representation of color #55946F: hue angle of 144.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55946F is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB85148111-
CMYK0.4300.250.42
HSL144.76º27.04%45.69%-
HSV(B)144.76º42.57%58.04%-
XYZ17.2124.2618.81-
YUV124.94120.1399.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=24.71%
G=43.02%
B=32.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481110.4300.250.42144.7627.0445.69
Hex55946F2B0192A911b2e
Octal12522415753031522213356
Binary10101011001010011011111010110110011010101001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55946F; }

 p { color: rgb(85,148,111); }

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

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

 a { background-color: rgb(85,148,111); }

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

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

 span { border-color: rgb(85,148,111); }

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