Html Css Color HEX #4DAC84 Ocean Green

📋 copy color: '#4DAC84'

red 77 ◦ green 172 ◦ blue 132

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

Shades of Ocean Green #4DAC84

Tints of Ocean Green #4DAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 20.21%
G = 45.14%
B = 34.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#4DAC84 (or 0x4DAC84) is known color: Ocean Green. HEX triplet: 4D, AC and 84. RGB value is (77,172,132). Sum of RGB (Red+Green+Blue) = 77+172+132=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC84 is #B2537B. Grayscale: #8B8B8B. Windows color (decimal): -11686780 or 8694861. OLE color: 8694861.

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

Color convert

RGB 77 172 132 -
CMYK 0.55 0 0.23 0.33
HSL 154.74º 0.38% 0.49% -
HSV(B) 154.74º 0.55% 0.67% -
XYZ 21.98 32.75 26.99 -
YUV 139.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 77 172 132 0.55 0 0.23 0.33 154.74 0.38 0.49
Hex 4D AC 84 37 0 17 21 9B 26 31
Octal 115 254 204 67 0 27 41 233 46 61
Binary 1001101 10101100 10000100 110111 0 10111 100001 10011011 100110 110001

Color Harmonies of #4DAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC84

Black with #4DAC84

Text Example


Text Example

White with #4DAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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