Html Css Color HEX #4DAD76 Ocean Green

📋 copy color: '#4DAD76'

red 77 ◦ green 173 ◦ blue 118

#4DAD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DAD76

Tints of Ocean Green #4DAD76

RGB

 RED value IS 77 (30.47% from 255) = 20.92%

 GREEN value IS 173 (67.97% from 255) = 47.01%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 20.92%
G = 47.01%
B = 32.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#4DAD76 (or 0x4DAD76) is known color: Ocean Green. HEX triplet: 4D, AD and 76. RGB value is (77,173,118). Sum of RGB (Red+Green+Blue) = 77+173+118=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD76 is #B25289. Grayscale: #8A8A8A. Windows color (decimal): -11686538 or 7777613. OLE color: 7777613.

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

Color convert

RGB 77 173 118 -
CMYK 0.55 0 0.32 0.32
HSL 145.63º 0.38% 0.49% -
HSV(B) 145.63º 0.55% 0.68% -
XYZ 21.27 32.77 22.34 -
YUV 138.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 77 173 118 0.55 0 0.32 0.32 145.63 0.38 0.49
Hex 4D AD 76 37 0 20 20 92 26 31
Octal 115 255 166 67 0 40 40 222 46 61
Binary 1001101 10101101 1110110 110111 0 100000 100000 10010010 100110 110001

Color Harmonies of #4DAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD76

Black with #4DAD76

Text Example


Text Example

White with #4DAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAD76;
 }
 .AnyTagClassName
 {
   color: #4DAD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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