Html Css Color HEX #4DAC7D Ocean Green

📋 copy color: '#4DAC7D'

red 77 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #4DAC7D

Tints of Ocean Green #4DAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 20.59%
G = 45.99%
B = 33.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#4DAC7D (or 0x4DAC7D) is known color: Ocean Green. HEX triplet: 4D, AC and 7D. RGB value is (77,172,125). Sum of RGB (Red+Green+Blue) = 77+172+125=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7D is #B25382. Grayscale: #8A8A8A. Windows color (decimal): -11686787 or 8236109. OLE color: 8236109.

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

Color convert

RGB 77 172 125 -
CMYK 0.55 0 0.27 0.33
HSL 150.32º 0.38% 0.49% -
HSV(B) 150.32º 0.55% 0.67% -
XYZ 21.51 32.56 24.55 -
YUV 138.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 77 172 125 0.55 0 0.27 0.33 150.32 0.38 0.49
Hex 4D AC 7D 37 0 1B 21 96 26 31
Octal 115 254 175 67 0 33 41 226 46 61
Binary 1001101 10101100 1111101 110111 0 11011 100001 10010110 100110 110001

Color Harmonies of #4DAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC7D

Black with #4DAC7D

Text Example


Text Example

White with #4DAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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