#4D9668

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

Shades of Ocean Green #4D9668

Tints of Ocean Green #4D9668

Color information

#4D9668 (or 0x4D9668) is unknown color: approx Ocean Green. HEX triplet: 4D, 96 and 68. RGB value is (77,150,104). Sum of RGB (Red+Green+Blue) = 77+150+104=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9668 is #B26997. Grayscale: #7B7B7B. Windows color (decimal): -11692440 or 6854221. OLE color: 6854221.

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

Color convert

RGB77150104-
CMYK0.4900.310.41
HSL142.19º32.16%44.51%-
HSV(B)142.19º48.67%58.82%-
XYZ16.4724.3916.94-
YUV122.93117.3295.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=23.26%
G=45.32%
B=31.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771501040.4900.310.41142.1932.1644.51
Hex4D96683101F298e202d
Octal11522615061037512164055
Binary100110110010110110100011000101111110100110001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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