Html Css Color HEX #4A7A71 Dark Green Copper

📋 copy color: '#4A7A71'

red 74 ◦ green 122 ◦ blue 113

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

Shades of Dark Green Copper #4A7A71

Tints of Dark Green Copper #4A7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 23.95%
G = 39.48%
B = 36.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#4A7A71 (or 0x4A7A71) is known color: Dark Green Copper. HEX triplet: 4A, 7A and 71. RGB value is (74,122,113). Sum of RGB (Red+Green+Blue) = 74+122+113=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7A71 is #B5858E. Grayscale: #6A6A6A. Windows color (decimal): -11896207 or 7436874. OLE color: 7436874.

HSL color Cylindrical-coordinate representation of color #4A7A71: hue angle of 168.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7A71 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 122 113 -
CMYK 0.39 0 0.07 0.52
HSL 168.75º 0.24% 0.38% -
HSV(B) 168.75º 0.39% 0.48% -
XYZ 12.76 16.57 18.15 -
YUV 106.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 74 122 113 0.39 0 0.07 0.52 168.75 0.24 0.38
Hex 4A 7A 71 27 0 7 34 A9 18 26
Octal 112 172 161 47 0 7 64 251 30 46
Binary 1001010 1111010 1110001 100111 0 111 110100 10101001 11000 100110

Color Harmonies of #4A7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A71

Black with #4A7A71

Text Example


Text Example

White with #4A7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,122,113); }

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

background-color css

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

 a { background-color: rgb(74,122,113); }

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

border-color css

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

 span { border-color: rgb(74,122,113); }

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