Html Css Color HEX #4A7B73 Dark Green Copper

📋 copy color: '#4A7B73'

red 74 ◦ green 123 ◦ blue 115

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

Shades of Dark Green Copper #4A7B73

Tints of Dark Green Copper #4A7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.42%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 23.72%
G = 39.42%
B = 36.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#4A7B73 (or 0x4A7B73) is known color: Dark Green Copper. HEX triplet: 4A, 7B and 73. RGB value is (74,123,115). Sum of RGB (Red+Green+Blue) = 74+123+115=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B73 is #B5848C. Grayscale: #6B6B6B. Windows color (decimal): -11895949 or 7568202. OLE color: 7568202.

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

Color convert

RGB 74 123 115 -
CMYK 0.40 0 0.07 0.52
HSL 170.2º 0.25% 0.39% -
HSV(B) 170.2º 0.4% 0.48% -
XYZ 13 16.86 18.79 -
YUV 107.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 74 123 115 0.40 0 0.07 0.52 170.2 0.25 0.39
Hex 4A 7B 73 28 0 7 34 AA 19 27
Octal 112 173 163 50 0 7 64 252 31 47
Binary 1001010 1111011 1110011 101000 0 111 110100 10101010 11001 100111

Color Harmonies of #4A7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7B73

Black with #4A7B73

Text Example


Text Example

White with #4A7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,123,115); }

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

background-color css

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

 a { background-color: rgb(74,123,115); }

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

border-color css

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

 span { border-color: rgb(74,123,115); }

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