#4EAF6D

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

Shades of Ocean Green #4EAF6D

Tints of Ocean Green #4EAF6D

Color information

#4EAF6D (or 0x4EAF6D) is unknown color: approx Ocean Green. HEX triplet: 4E, AF and 6D. RGB value is (78,175,109). Sum of RGB (Red+Green+Blue) = 78+175+109=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF6D is #B15092. Grayscale: #8A8A8A. Windows color (decimal): -11620499 or 7188302. OLE color: 7188302.

HSL color Cylindrical-coordinate representation of color #4EAF6D: hue angle of 139.18º 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 #4EAF6D is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB78175109-
CMYK0.5500.380.31
HSL139.18º38.34%49.61%-
HSV(B)139.18º55.43%68.63%-
XYZ21.2333.3819.79-
YUV138.47111.3684.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=21.55%
G=48.34%
B=30.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751090.5500.380.31139.1838.3449.61
Hex4EAF6D370261F8b2632
Octal11625715567046372134662
Binary100111010101111110110111011101001101111110001011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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