#4EAF70

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

Shades of Ocean Green #4EAF70

Tints of Ocean Green #4EAF70

Color information

#4EAF70 (or 0x4EAF70) is unknown color: approx Ocean Green. HEX triplet: 4E, AF and 70. RGB value is (78,175,112). Sum of RGB (Red+Green+Blue) = 78+175+112=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF70 is #B1508F. Grayscale: #8A8A8A. Windows color (decimal): -11620496 or 7384910. OLE color: 7384910.

HSL color Cylindrical-coordinate representation of color #4EAF70: hue angle of 141.03º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF70 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB78175112-
CMYK0.5500.360.31
HSL141.03º38.34%49.61%-
HSV(B)141.03º55.43%68.63%-
XYZ21.433.4520.66-
YUV138.82112.8684.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=21.37%
G=47.95%
B=30.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751120.5500.360.31141.0338.3449.61
Hex4EAF70370241F8d2632
Octal11625716067044372154662
Binary100111010101111111000011011101001001111110001101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,112); }

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

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

 a { background-color: rgb(78,175,112); }

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

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

 span { border-color: rgb(78,175,112); }

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