#4E9D75

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

Shades of Ocean Green #4E9D75

Tints of Ocean Green #4E9D75

Color information

#4E9D75 (or 0x4E9D75) is unknown color: approx Ocean Green. HEX triplet: 4E, 9D and 75. RGB value is (78,157,117). Sum of RGB (Red+Green+Blue) = 78+157+117=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #4E9D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9D75 is #B1628A. Grayscale: #808080. Windows color (decimal): -11625099 or 7707982. OLE color: 7707982.

HSL color Cylindrical-coordinate representation of color #4E9D75: hue angle of 149.62º 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 #4E9D75 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB78157117-
CMYK0.5000.250.38
HSL149.62º33.62%46.08%-
HSV(B)149.62º50.32%61.57%-
XYZ18.4127.0221.07-
YUV128.82121.3391.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=22.16%
G=44.60%
B=33.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781571170.5000.250.38149.6233.6246.08
Hex4E9D75320192696222e
Octal11623516562031462264256
Binary100111010011101111010111001001100110011010010110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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