#4E9C6A

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

Shades of Ocean Green #4E9C6A

Tints of Ocean Green #4E9C6A

Color information

#4E9C6A (or 0x4E9C6A) is unknown color: approx Ocean Green. HEX triplet: 4E, 9C and 6A. RGB value is (78,156,106). Sum of RGB (Red+Green+Blue) = 78+156+106=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C6A is #B16395. Grayscale: #7F7F7F. Windows color (decimal): -11625366 or 6986830. OLE color: 6986830.

HSL color Cylindrical-coordinate representation of color #4E9C6A: hue angle of 141.54º 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 #4E9C6A is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB78156106-
CMYK0.500.320.39
HSL141.54º33.33%45.88%-
HSV(B)141.54º50%61.18%-
XYZ17.6326.4417.81-
YUV126.98116.1693.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.94%
GREEN value IS 156 (61.33% from 255) = 45.88%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=22.94%
G=45.88%
B=31.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781561060.500.320.39141.5433.3345.88
Hex4E9C6A32020278e212e
Octal11623415262040472164156
Binary1001110100111001101010110010010000010011110001110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,156,106); }

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

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

 a { background-color: rgb(78,156,106); }

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

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

 span { border-color: rgb(78,156,106); }

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