#4EA468

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

Shades of Ocean Green #4EA468

Tints of Ocean Green #4EA468

Color information

#4EA468 (or 0x4EA468) is unknown color: approx Ocean Green. HEX triplet: 4E, A4 and 68. RGB value is (78,164,104). Sum of RGB (Red+Green+Blue) = 78+164+104=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA468 is #B15B97. Grayscale: #838383. Windows color (decimal): -11623320 or 6857806. OLE color: 6857806.

HSL color Cylindrical-coordinate representation of color #4EA468: hue angle of 138.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA468 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB78164104-
CMYK0.5200.370.36
HSL138.14º35.54%47.45%-
HSV(B)138.14º52.44%64.31%-
XYZ18.9229.1717.73-
YUV131.45112.5189.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=22.54%
G=47.40%
B=30.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781641040.5200.370.36138.1435.5447.45
Hex4EA46834025248a242f
Octal11624415064045442124457
Binary1001110101001001101000110100010010110010010001010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,104); }

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

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

 a { background-color: rgb(78,164,104); }

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

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

 span { border-color: rgb(78,164,104); }

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