Html Css Color HEX #4DAC74 Ocean Green

📋 copy color: '#4DAC74'

red 77 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #4DAC74

Tints of Ocean Green #4DAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 21.1%
G = 47.12%
B = 31.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#4DAC74 (or 0x4DAC74) is known color: Ocean Green. HEX triplet: 4D, AC and 74. RGB value is (77,172,116). Sum of RGB (Red+Green+Blue) = 77+172+116=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC74 is #B2538B. Grayscale: #898989. Windows color (decimal): -11686796 or 7646285. OLE color: 7646285.

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

Color convert

RGB 77 172 116 -
CMYK 0.55 0 0.33 0.33
HSL 144.63º 0.38% 0.49% -
HSV(B) 144.63º 0.55% 0.67% -
XYZ 20.97 32.34 21.66 -
YUV 137.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 77 172 116 0.55 0 0.33 0.33 144.63 0.38 0.49
Hex 4D AC 74 37 0 21 21 91 26 31
Octal 115 254 164 67 0 41 41 221 46 61
Binary 1001101 10101100 1110100 110111 0 100001 100001 10010001 100110 110001

Color Harmonies of #4DAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC74

Black with #4DAC74

Text Example


Text Example

White with #4DAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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