#4EB365

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

Shades of Ocean Green #4EB365

Tints of Ocean Green #4EB365

Color information

#4EB365 (or 0x4EB365) is unknown color: approx Ocean Green. HEX triplet: 4E, B3 and 65. RGB value is (78,179,101). Sum of RGB (Red+Green+Blue) = 78+179+101=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB365 is #B14C9A. Grayscale: #8C8C8C. Windows color (decimal): -11619483 or 6665038. OLE color: 6665038.

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

Color convert

RGB78179101-
CMYK0.5600.440.30
HSL133.66º39.92%50.39%-
HSV(B)133.66º56.42%70.2%-
XYZ21.6134.817.89-
YUV139.91106.0483.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=21.79%
G=50%
B=28.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781791010.5600.440.30133.6639.9250.39
Hex4EB3653802C1E862832
Octal11626314570054362065062
Binary100111010110011110010111100001011001111010000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,179,101); }

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

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

 a { background-color: rgb(78,179,101); }

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

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

 span { border-color: rgb(78,179,101); }

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