#4E9B6C

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

Shades of Ocean Green #4E9B6C

Tints of Ocean Green #4E9B6C

Color information

#4E9B6C (or 0x4E9B6C) is unknown color: approx Ocean Green. HEX triplet: 4E, 9B and 6C. RGB value is (78,155,108). Sum of RGB (Red+Green+Blue) = 78+155+108=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B6C is #B16493. Grayscale: #7E7E7E. Windows color (decimal): -11625620 or 7117646. OLE color: 7117646.

HSL color Cylindrical-coordinate representation of color #4E9B6C: hue angle of 143.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B6C is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB78155108-
CMYK0.5000.300.39
HSL143.38º33.05%45.69%-
HSV(B)143.38º49.68%60.78%-
XYZ17.5726.1518.31-
YUV126.62117.4993.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=22.87%
G=45.45%
B=31.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781551080.5000.300.39143.3833.0545.69
Hex4E9B6C3201E278f212e
Octal11623315462036472174156
Binary100111010011011110110011001001111010011110001111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,155,108); }

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

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

 a { background-color: rgb(78,155,108); }

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

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

 span { border-color: rgb(78,155,108); }

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