#4E9670

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

Shades of Ocean Green #4E9670

Tints of Ocean Green #4E9670

Color information

#4E9670 (or 0x4E9670) is unknown color: approx Ocean Green. HEX triplet: 4E, 96 and 70. RGB value is (78,150,112). Sum of RGB (Red+Green+Blue) = 78+150+112=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9670 is #B1698F. Grayscale: #7C7C7C. Windows color (decimal): -11626896 or 7378510. OLE color: 7378510.

HSL color Cylindrical-coordinate representation of color #4E9670: hue angle of 148.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9670 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB78150112-
CMYK0.4800.250.41
HSL148.33º31.58%44.71%-
HSV(B)148.33º48%58.82%-
XYZ16.9724.619.18-
YUV124.14121.1595.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.94%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=22.94%
G=44.12%
B=32.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501120.4800.250.41148.3331.5844.71
Hex4E9670300192994202d
Octal11622616060031512244055
Binary100111010010110111000011000001100110100110010100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,112); }

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

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

 a { background-color: rgb(78,150,112); }

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

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

 span { border-color: rgb(78,150,112); }

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