#4DA976

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

Shades of Ocean Green #4DA976

Tints of Ocean Green #4DA976

Color information

#4DA976 (or 0x4DA976) is unknown color: approx Ocean Green. HEX triplet: 4D, A9 and 76. RGB value is (77,169,118). Sum of RGB (Red+Green+Blue) = 77+169+118=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA976 is #B25689. Grayscale: #878787. Windows color (decimal): -11687562 or 7776589. OLE color: 7776589.

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

Color convert

RGB77169118-
CMYK0.5400.300.34
HSL146.74º37.4%48.24%-
HSV(B)146.74º54.44%66.27%-
XYZ20.5231.2622.09-
YUV135.68118.0286.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=21.15%
G=46.43%
B=32.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691180.5400.300.34146.7437.448.24
Hex4DA9763601E22932530
Octal11525116666036422234560
Binary100110110101001111011011011001111010001010010011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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