Html Css Color HEX #4A706B Dark Green Copper

📋 copy color: '#4A706B'

red 74 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #4A706B

Tints of Dark Green Copper #4A706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 25.26%
G = 38.23%
B = 36.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#4A706B (or 0x4A706B) is known color: Dark Green Copper. HEX triplet: 4A, 70 and 6B. RGB value is (74,112,107). Sum of RGB (Red+Green+Blue) = 74+112+107=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706B is #B58F94. Grayscale: #646464. Windows color (decimal): -11898773 or 7041098. OLE color: 7041098.

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

Color convert

RGB 74 112 107 -
CMYK 0.34 0 0.04 0.56
HSL 172.11º 0.2% 0.36% -
HSV(B) 172.11º 0.34% 0.44% -
XYZ 11.27 14.11 16.04 -
YUV 100.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 74 112 107 0.34 0 0.04 0.56 172.11 0.2 0.36
Hex 4A 70 6B 22 0 4 38 AC 14 24
Octal 112 160 153 42 0 4 70 254 24 44
Binary 1001010 1110000 1101011 100010 0 100 111000 10101100 10100 100100

Color Harmonies of #4A706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A706B

Black with #4A706B

Text Example


Text Example

White with #4A706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,107); }

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

background-color css

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

 a { background-color: rgb(74,112,107); }

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

border-color css

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

 span { border-color: rgb(74,112,107); }

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