#4E946F

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

Shades of Ocean Green #4E946F

Tints of Ocean Green #4E946F

Color information

#4E946F (or 0x4E946F) is unknown color: approx Ocean Green. HEX triplet: 4E, 94 and 6F. RGB value is (78,148,111). Sum of RGB (Red+Green+Blue) = 78+148+111=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946F is #B16B90. Grayscale: #7A7A7A. Windows color (decimal): -11627409 or 7312462. OLE color: 7312462.

HSL color Cylindrical-coordinate representation of color #4E946F: hue angle of 148.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E946F is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB78148111-
CMYK0.4700.250.42
HSL148.29º30.97%44.31%-
HSV(B)148.29º47.3%58.04%-
XYZ16.623.9518.79-
YUV122.85121.3196.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=23.15%
G=43.92%
B=32.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781481110.4700.250.42148.2930.9744.31
Hex4E946F2F0192A941f2c
Octal11622415757031522243754
Binary10011101001010011011111011110110011010101001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E946F; }

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

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

<style>
 a { background-color: #4E946F; }

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

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

<style>
 span { border-color: #4E946F; }

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

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