#4E956F

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

Shades of Ocean Green #4E956F

Tints of Ocean Green #4E956F

Color information

#4E956F (or 0x4E956F) is unknown color: approx Ocean Green. HEX triplet: 4E, 95 and 6F. RGB value is (78,149,111). Sum of RGB (Red+Green+Blue) = 78+149+111=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #4E956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E956F is #B16A90. Grayscale: #7B7B7B. Windows color (decimal): -11627153 or 7312718. OLE color: 7312718.

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

Color convert

RGB78149111-
CMYK0.4800.260.42
HSL147.89º31.28%44.51%-
HSV(B)147.89º47.65%58.43%-
XYZ16.7624.2618.84-
YUV123.44120.9895.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=23.08%
G=44.08%
B=32.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781491110.4800.260.42147.8931.2844.51
Hex4E956F3001A2A941f2d
Octal11622515760032522243755
Binary10011101001010111011111100000110101010101001010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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