#4D966D

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

Shades of Ocean Green #4D966D

Tints of Ocean Green #4D966D

Color information

#4D966D (or 0x4D966D) is unknown color: approx Ocean Green. HEX triplet: 4D, 96 and 6D. RGB value is (77,150,109). Sum of RGB (Red+Green+Blue) = 77+150+109=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #4D966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D966D is #B26992. Grayscale: #7B7B7B. Windows color (decimal): -11692435 or 7181901. OLE color: 7181901.

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

Color convert

RGB77150109-
CMYK0.4900.270.41
HSL146.3º32.16%44.51%-
HSV(B)146.3º48.67%58.82%-
XYZ16.7324.4918.31-
YUV123.5119.8294.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=22.92%
G=44.64%
B=32.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771501090.4900.270.41146.332.1644.51
Hex4D966D3101B2992202d
Octal11522615561033512224055
Binary100110110010110110110111000101101110100110010010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,150,109); }

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

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

 a { background-color: rgb(77,150,109); }

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

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

 span { border-color: rgb(77,150,109); }

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