#4E996A

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

Shades of Ocean Green #4E996A

Tints of Ocean Green #4E996A

Color information

#4E996A (or 0x4E996A) is unknown color: approx Ocean Green. HEX triplet: 4E, 99 and 6A. RGB value is (78,153,106). Sum of RGB (Red+Green+Blue) = 78+153+106=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #4E996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E996A is #B16695. Grayscale: #7D7D7D. Windows color (decimal): -11626134 or 6986062. OLE color: 6986062.

HSL color Cylindrical-coordinate representation of color #4E996A: hue angle of 142.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E996A is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB78153106-
CMYK0.4900.310.4
HSL142.4º32.47%45.29%-
HSV(B)142.4º49.02%60%-
XYZ17.1325.4417.64-
YUV125.22117.1594.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=23.15%
G=45.40%
B=31.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal781531060.4900.310.4142.432.4745.29
Hex4E996A3101F288e202d
Octal11623115261037502164055
Binary100111010011001110101011000101111110100010001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,153,106); }

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

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

 a { background-color: rgb(78,153,106); }

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

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

 span { border-color: rgb(78,153,106); }

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