#4EAA75

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

Shades of Ocean Green #4EAA75

Tints of Ocean Green #4EAA75

Color information

#4EAA75 (or 0x4EAA75) is unknown color: approx Ocean Green. HEX triplet: 4E, AA and 75. RGB value is (78,170,117). Sum of RGB (Red+Green+Blue) = 78+170+117=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAA75 is #B1558A. Grayscale: #888888. Windows color (decimal): -11621771 or 7711310. OLE color: 7711310.

HSL color Cylindrical-coordinate representation of color #4EAA75: hue angle of 145.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA75 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB78170117-
CMYK0.5400.310.33
HSL145.43º37.1%48.63%-
HSV(B)145.43º54.12%66.67%-
XYZ20.7331.6521.85-
YUV136.45117.0286.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=21.37%
G=46.58%
B=32.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701170.5400.310.33145.4337.148.63
Hex4EAA753601F21912531
Octal11625216566037412214561
Binary100111010101010111010111011001111110000110010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,117); }

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

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

 a { background-color: rgb(78,170,117); }

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

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

 span { border-color: rgb(78,170,117); }

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