#4DA879

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

Shades of Ocean Green #4DA879

Tints of Ocean Green #4DA879

Color information

#4DA879 (or 0x4DA879) is unknown color: approx Ocean Green. HEX triplet: 4D, A8 and 79. RGB value is (77,168,121). Sum of RGB (Red+Green+Blue) = 77+168+121=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA879 is #B25786. Grayscale: #878787. Windows color (decimal): -11687815 or 7972941. OLE color: 7972941.

HSL color Cylindrical-coordinate representation of color #4DA879: hue angle of 149.01º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA879 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB77168121-
CMYK0.5400.280.34
HSL149.01º37.14%48.04%-
HSV(B)149.01º54.17%65.88%-
XYZ20.5130.9622.98-
YUV135.43119.8586.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=21.04%
G=45.90%
B=33.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771681210.5400.280.34149.0137.1448.04
Hex4DA8793601C22952530
Octal11525017166034422254560
Binary100110110101000111100111011001110010001010010101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,121); }

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

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

 a { background-color: rgb(77,168,121); }

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

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

 span { border-color: rgb(77,168,121); }

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