#4EB271

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

Shades of Ocean Green #4EB271

Tints of Ocean Green #4EB271

Color information

#4EB271 (or 0x4EB271) is unknown color: approx Ocean Green. HEX triplet: 4E, B2 and 71. RGB value is (78,178,113). Sum of RGB (Red+Green+Blue) = 78+178+113=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB271 is #B14D8E. Grayscale: #8C8C8C. Windows color (decimal): -11619727 or 7451214. OLE color: 7451214.

HSL color Cylindrical-coordinate representation of color #4EB271: hue angle of 141º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB271 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB78178113-
CMYK0.5600.370.30
HSL141º39.37%50.2%-
HSV(B)141º56.18%69.8%-
XYZ22.0434.6521.15-
YUV140.69112.3783.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=21.14%
G=48.24%
B=30.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781130.5600.370.3014139.3750.2
Hex4EB271380251E8d2732
Octal11626216170045362154762
Binary100111010110010111000111100001001011111010001101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,178,113); }

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

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

 a { background-color: rgb(78,178,113); }

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

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

 span { border-color: rgb(78,178,113); }

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