#4E9671

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

Shades of Ocean Green #4E9671

Tints of Ocean Green #4E9671

Color information

#4E9671 (or 0x4E9671) is unknown color: approx Ocean Green. HEX triplet: 4E, 96 and 71. RGB value is (78,150,113). Sum of RGB (Red+Green+Blue) = 78+150+113=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9671 is #B1698E. Grayscale: #7C7C7C. Windows color (decimal): -11626895 or 7444046. OLE color: 7444046.

HSL color Cylindrical-coordinate representation of color #4E9671: hue angle of 149.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9671 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB78150113-
CMYK0.4800.250.41
HSL149.17º31.58%44.71%-
HSV(B)149.17º48%58.82%-
XYZ17.0324.6219.48-
YUV124.25121.6595.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=22.87%
G=43.99%
B=33.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501130.4800.250.41149.1731.5844.71
Hex4E9671300192995202d
Octal11622616160031512254055
Binary100111010010110111000111000001100110100110010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,113); }

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

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

 a { background-color: rgb(78,150,113); }

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

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

 span { border-color: rgb(78,150,113); }

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