#4E9D74

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

Shades of Ocean Green #4E9D74

Tints of Ocean Green #4E9D74

Color information

#4E9D74 (or 0x4E9D74) is unknown color: approx Ocean Green. HEX triplet: 4E, 9D and 74. RGB value is (78,157,116). Sum of RGB (Red+Green+Blue) = 78+157+116=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9D74 is #B1628B. Grayscale: #808080. Windows color (decimal): -11625100 or 7642446. OLE color: 7642446.

HSL color Cylindrical-coordinate representation of color #4E9D74: hue angle of 148.86º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9D74 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB78157116-
CMYK0.5000.260.38
HSL148.86º33.62%46.08%-
HSV(B)148.86º50.32%61.57%-
XYZ18.3526.9920.77-
YUV128.7120.8391.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=22.22%
G=44.73%
B=33.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781571160.5000.260.38148.8633.6246.08
Hex4E9D743201A2695222e
Octal11623516462032462254256
Binary100111010011101111010011001001101010011010010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,157,116); }

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

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

 a { background-color: rgb(78,157,116); }

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

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

 span { border-color: rgb(78,157,116); }

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