#4E9C6C

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

Shades of Ocean Green #4E9C6C

Tints of Ocean Green #4E9C6C

Color information

#4E9C6C (or 0x4E9C6C) is unknown color: approx Ocean Green. HEX triplet: 4E, 9C and 6C. RGB value is (78,156,108). Sum of RGB (Red+Green+Blue) = 78+156+108=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C6C is #B16393. Grayscale: #7F7F7F. Windows color (decimal): -11625364 or 7117902. OLE color: 7117902.

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

Color convert

RGB78156108-
CMYK0.500.310.39
HSL143.08º33.33%45.88%-
HSV(B)143.08º50%61.18%-
XYZ17.7426.4818.36-
YUV127.21117.1692.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=22.81%
G=45.61%
B=31.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781561080.500.310.39143.0833.3345.88
Hex4E9C6C3201F278f212e
Octal11623415462037472174156
Binary100111010011100110110011001001111110011110001111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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