#4DAC66

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

Shades of Ocean Green #4DAC66

Tints of Ocean Green #4DAC66

Color information

#4DAC66 (or 0x4DAC66) is unknown color: approx Ocean Green. HEX triplet: 4D, AC and 66. RGB value is (77,172,102). Sum of RGB (Red+Green+Blue) = 77+172+102=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC66 is #B25399. Grayscale: #878787. Windows color (decimal): -11686810 or 6728781. OLE color: 6728781.

HSL color Cylindrical-coordinate representation of color #4DAC66: hue angle of 135.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC66 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB77172102-
CMYK0.5500.410.33
HSL135.79º38.15%48.82%-
HSV(B)135.79º55.23%67.45%-
XYZ20.2132.0417.69-
YUV135.62109.0386.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=21.94%
G=49.00%
B=29.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771721020.5500.410.33135.7938.1548.82
Hex4DAC663702921882631
Octal11525414667051412104661
Binary1001101101011001100110110111010100110000110001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,172,102); }

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

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

 a { background-color: rgb(77,172,102); }

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

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

 span { border-color: rgb(77,172,102); }

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