Html Css Color HEX #4C726D Dark Green Copper

📋 copy color: '#4C726D'

red 76 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #4C726D

Tints of Dark Green Copper #4C726D

RGB

 RED value IS 76 (30.08% from 255) = 25.42%

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 25.42%
G = 38.13%
B = 36.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4C726D (or 0x4C726D) is known color: Dark Green Copper. HEX triplet: 4C, 72 and 6D. RGB value is (76,114,109). Sum of RGB (Red+Green+Blue) = 76+114+109=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #4C726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C726D is #B38D92. Grayscale: #666666. Windows color (decimal): -11767187 or 7172684. OLE color: 7172684.

HSL color Cylindrical-coordinate representation of color #4C726D: hue angle of 172.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C726D is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 109 -
CMYK 0.33 0 0.04 0.55
HSL 172.11º 0.2% 0.37% -
HSV(B) 172.11º 0.33% 0.45% -
XYZ 11.76 14.68 16.68 -
YUV 102.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 76 114 109 0.33 0 0.04 0.55 172.11 0.2 0.37
Hex 4C 72 6D 21 0 4 37 AC 14 25
Octal 114 162 155 41 0 4 67 254 24 45
Binary 1001100 1110010 1101101 100001 0 100 110111 10101100 10100 100101

Color Harmonies of #4C726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C726D

Black with #4C726D

Text Example


Text Example

White with #4C726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,109); }

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

background-color css

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

 a { background-color: rgb(76,114,109); }

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

border-color css

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

 span { border-color: rgb(76,114,109); }

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