#4E976D

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

Shades of Ocean Green #4E976D

Tints of Ocean Green #4E976D

Color information

#4E976D (or 0x4E976D) is unknown color: approx Ocean Green. HEX triplet: 4E, 97 and 6D. RGB value is (78,151,109). Sum of RGB (Red+Green+Blue) = 78+151+109=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #4E976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E976D is #B16892. Grayscale: #7C7C7C. Windows color (decimal): -11626643 or 7182158. OLE color: 7182158.

HSL color Cylindrical-coordinate representation of color #4E976D: hue angle of 145.48º 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 #4E976D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB78151109-
CMYK0.4800.280.41
HSL145.48º31.88%44.9%-
HSV(B)145.48º48.34%59.22%-
XYZ16.9724.8618.37-
YUV124.38119.3294.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=23.08%
G=44.67%
B=32.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781511090.4800.280.41145.4831.8844.9
Hex4E976D3001C2991202d
Octal11622715560034512214055
Binary100111010010111110110111000001110010100110010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,151,109); }

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

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

 a { background-color: rgb(78,151,109); }

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

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

 span { border-color: rgb(78,151,109); }

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