Html Css Color HEX #4DAC76 Ocean Green

📋 copy color: '#4DAC76'

red 77 ◦ green 172 ◦ blue 118

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

Shades of Ocean Green #4DAC76

Tints of Ocean Green #4DAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

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

R = 20.98%
G = 46.87%
B = 32.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#4DAC76 (or 0x4DAC76) is known color: Ocean Green. HEX triplet: 4D, AC and 76. RGB value is (77,172,118). Sum of RGB (Red+Green+Blue) = 77+172+118=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC76 is #B25389. Grayscale: #898989. Windows color (decimal): -11686794 or 7777357. OLE color: 7777357.

HSL color Cylindrical-coordinate representation of color #4DAC76: hue angle of 145.89º 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 #4DAC76 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 118 -
CMYK 0.55 0 0.31 0.33
HSL 145.89º 0.38% 0.49% -
HSV(B) 145.89º 0.55% 0.67% -
XYZ 21.08 32.39 22.28 -
YUV 137.44 117.03 84.89 -
System Red Green Blue C M Y K H S L
Decimal 77 172 118 0.55 0 0.31 0.33 145.89 0.38 0.49
Hex 4D AC 76 37 0 1F 21 92 26 31
Octal 115 254 166 67 0 37 41 222 46 61
Binary 1001101 10101100 1110110 110111 0 11111 100001 10010010 100110 110001

Color Harmonies of #4DAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC76

Black with #4DAC76

Text Example


Text Example

White with #4DAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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