#4E946D

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

Shades of Ocean Green #4E946D

Tints of Ocean Green #4E946D

Color information

#4E946D (or 0x4E946D) is unknown color: approx Ocean Green. HEX triplet: 4E, 94 and 6D. RGB value is (78,148,109). Sum of RGB (Red+Green+Blue) = 78+148+109=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946D is #B16B92. Grayscale: #7A7A7A. Windows color (decimal): -11627411 or 7181390. OLE color: 7181390.

HSL color Cylindrical-coordinate representation of color #4E946D: hue angle of 146.57º 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 #4E946D is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB78148109-
CMYK0.4700.260.42
HSL146.57º30.97%44.31%-
HSV(B)146.57º47.3%58.04%-
XYZ16.4923.918.21-
YUV122.62120.3196.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=23.28%
G=44.18%
B=32.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781481090.4700.260.42146.5730.9744.31
Hex4E946D2F01A2A931f2c
Octal11622415557032522233754
Binary10011101001010011011011011110110101010101001001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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