Html Css Color HEX #4D7872 Dark Green Copper

📋 copy color: '#4D7872'

red 77 ◦ green 120 ◦ blue 114

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

Shades of Dark Green Copper #4D7872

Tints of Dark Green Copper #4D7872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 24.76%
G = 38.59%
B = 36.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#4D7872 (or 0x4D7872) is known color: Dark Green Copper. HEX triplet: 4D, 78 and 72. RGB value is (77,120,114). Sum of RGB (Red+Green+Blue) = 77+120+114=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7872 is #B2878D. Grayscale: #6A6A6A. Windows color (decimal): -11700110 or 7501901. OLE color: 7501901.

HSL color Cylindrical-coordinate representation of color #4D7872: hue angle of 171.63º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7872 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 120 114 -
CMYK 0.36 0 0.05 0.53
HSL 171.63º 0.22% 0.39% -
HSV(B) 171.63º 0.36% 0.47% -
XYZ 12.81 16.23 18.38 -
YUV 106.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 77 120 114 0.36 0 0.05 0.53 171.63 0.22 0.39
Hex 4D 78 72 24 0 5 35 AC 16 27
Octal 115 170 162 44 0 5 65 254 26 47
Binary 1001101 1111000 1110010 100100 0 101 110101 10101100 10110 100111

Color Harmonies of #4D7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7872

Black with #4D7872

Text Example


Text Example

White with #4D7872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,120,114); }

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

background-color css

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

 a { background-color: rgb(77,120,114); }

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

border-color css

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

 span { border-color: rgb(77,120,114); }

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