#4E9372

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

Shades of Ocean Green #4E9372

Tints of Ocean Green #4E9372

Color information

#4E9372 (or 0x4E9372) is unknown color: approx Ocean Green. HEX triplet: 4E, 93 and 72. RGB value is (78,147,114). Sum of RGB (Red+Green+Blue) = 78+147+114=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9372 is #B16C8D. Grayscale: #7A7A7A. Windows color (decimal): -11627662 or 7508814. OLE color: 7508814.

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

Color convert

RGB78147114-
CMYK0.4700.220.42
HSL151.3º30.67%44.12%-
HSV(B)151.3º46.94%57.65%-
XYZ16.6123.719.62-
YUV122.61123.1496.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=23.01%
G=43.36%
B=33.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781471140.4700.220.42151.330.6744.12
Hex4E93722F0162A971f2c
Octal11622316257026522273754
Binary10011101001001111100101011110101101010101001011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,114); }

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

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

 a { background-color: rgb(78,147,114); }

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

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

 span { border-color: rgb(78,147,114); }

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