Html Css Color HEX #4A7065 Dark Green Copper

📋 copy color: '#4A7065'

red 74 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #4A7065

Tints of Dark Green Copper #4A7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 25.78%
G = 39.02%
B = 35.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#4A7065 (or 0x4A7065) is known color: Dark Green Copper. HEX triplet: 4A, 70 and 65. RGB value is (74,112,101). Sum of RGB (Red+Green+Blue) = 74+112+101=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7065 is #B58F9A. Grayscale: #636363. Windows color (decimal): -11898779 or 6647882. OLE color: 6647882.

HSL color Cylindrical-coordinate representation of color #4A7065: hue angle of 162.63º 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 #4A7065 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 101 -
CMYK 0.34 0 0.10 0.56
HSL 162.63º 0.2% 0.36% -
HSV(B) 162.63º 0.34% 0.44% -
XYZ 10.97 13.98 14.43 -
YUV 99.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 74 112 101 0.34 0 0.10 0.56 162.63 0.2 0.36
Hex 4A 70 65 22 0 A 38 A3 14 24
Octal 112 160 145 42 0 12 70 243 24 44
Binary 1001010 1110000 1100101 100010 0 1010 111000 10100011 10100 100100

Color Harmonies of #4A7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7065

Black with #4A7065

Text Example


Text Example

White with #4A7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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