Html Css Color HEX #4A726D Dark Green Copper

📋 copy color: '#4A726D'

red 74 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #4A726D

Tints of Dark Green Copper #4A726D

RGB

 RED value IS 74 (29.3% from 255) = 24.92%

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

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

R = 24.92%
G = 38.38%
B = 36.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4A726D (or 0x4A726D) is known color: Dark Green Copper. HEX triplet: 4A, 72 and 6D. RGB value is (74,114,109). Sum of RGB (Red+Green+Blue) = 74+114+109=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #4A726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A726D is #B58D92. Grayscale: #656565. Windows color (decimal): -11898259 or 7172682. OLE color: 7172682.

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

Color convert

RGB 74 114 109 -
CMYK 0.35 0 0.04 0.55
HSL 172.5º 0.21% 0.37% -
HSV(B) 172.5º 0.35% 0.45% -
XYZ 11.6 14.59 16.67 -
YUV 101.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 74 114 109 0.35 0 0.04 0.55 172.5 0.21 0.37
Hex 4A 72 6D 23 0 4 37 AC 15 25
Octal 112 162 155 43 0 4 67 254 25 45
Binary 1001010 1110010 1101101 100011 0 100 110111 10101100 10101 100101

Color Harmonies of #4A726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A726D

Black with #4A726D

Text Example


Text Example

White with #4A726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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