#4EB272

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

Shades of Ocean Green #4EB272

Tints of Ocean Green #4EB272

Color information

#4EB272 (or 0x4EB272) is unknown color: approx Ocean Green. HEX triplet: 4E, B2 and 72. RGB value is (78,178,114). Sum of RGB (Red+Green+Blue) = 78+178+114=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB272 is #B14D8D. Grayscale: #8C8C8C. Windows color (decimal): -11619726 or 7516750. OLE color: 7516750.

HSL color Cylindrical-coordinate representation of color #4EB272: hue angle of 141.6º 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 #4EB272 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB78178114-
CMYK0.5600.360.30
HSL141.6º39.37%50.2%-
HSV(B)141.6º56.18%69.8%-
XYZ22.134.6821.45-
YUV140.8112.8783.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 178 (69.92% from 255) = 48.11%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=21.08%
G=48.11%
B=30.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781140.5600.360.30141.639.3750.2
Hex4EB272380241E8e2732
Octal11626216270044362164762
Binary100111010110010111001011100001001001111010001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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