Html Css Color HEX #4A7D6F Dark Green Copper

📋 copy color: '#4A7D6F'

red 74 ◦ green 125 ◦ blue 111

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

Shades of Dark Green Copper #4A7D6F

Tints of Dark Green Copper #4A7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 23.87%
G = 40.32%
B = 35.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#4A7D6F (or 0x4A7D6F) is known color: Dark Green Copper. HEX triplet: 4A, 7D and 6F. RGB value is (74,125,111). Sum of RGB (Red+Green+Blue) = 74+125+111=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D6F is #B58290. Grayscale: #6C6C6C. Windows color (decimal): -11895441 or 7306570. OLE color: 7306570.

HSL color Cylindrical-coordinate representation of color #4A7D6F: hue angle of 163.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D6F is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 125 111 -
CMYK 0.41 0 0.11 0.51
HSL 163.53º 0.26% 0.39% -
HSV(B) 163.53º 0.41% 0.49% -
XYZ 13.03 17.27 17.69 -
YUV 108.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 74 125 111 0.41 0 0.11 0.51 163.53 0.26 0.39
Hex 4A 7D 6F 29 0 B 33 A4 1A 27
Octal 112 175 157 51 0 13 63 244 32 47
Binary 1001010 1111101 1101111 101001 0 1011 110011 10100100 11010 100111

Color Harmonies of #4A7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7D6F

Black with #4A7D6F

Text Example


Text Example

White with #4A7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,111); }

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

background-color css

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

 a { background-color: rgb(74,125,111); }

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

border-color css

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

 span { border-color: rgb(74,125,111); }

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