#4DA978

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

Shades of Ocean Green #4DA978

Tints of Ocean Green #4DA978

Color information

#4DA978 (or 0x4DA978) is unknown color: approx Ocean Green. HEX triplet: 4D, A9 and 78. RGB value is (77,169,120). Sum of RGB (Red+Green+Blue) = 77+169+120=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA978 is #B25687. Grayscale: #888888. Windows color (decimal): -11687560 or 7907661. OLE color: 7907661.

HSL color Cylindrical-coordinate representation of color #4DA978: hue angle of 148.04º 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 #4DA978 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB77169120-
CMYK0.5400.290.34
HSL148.04º37.4%48.24%-
HSV(B)148.04º54.44%66.27%-
XYZ20.6431.3122.72-
YUV135.91119.0285.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=21.04%
G=46.17%
B=32.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691200.5400.290.34148.0437.448.24
Hex4DA9783601D22942530
Octal11525117066035422244560
Binary100110110101001111100011011001110110001010010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,169,120); }

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

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

 a { background-color: rgb(77,169,120); }

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

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

 span { border-color: rgb(77,169,120); }

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