Html Css Color HEX #4C8073 Dark Green Copper

📋 copy color: '#4C8073'

red 76 ◦ green 128 ◦ blue 115

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

Shades of Dark Green Copper #4C8073

Tints of Dark Green Copper #4C8073

RGB

 RED value IS 76 (30.08% from 255) = 23.82%

 GREEN value IS 128 (50.39% from 255) = 40.13%

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

R = 23.82%
G = 40.13%
B = 36.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#4C8073 (or 0x4C8073) is known color: Dark Green Copper. HEX triplet: 4C, 80 and 73. RGB value is (76,128,115). Sum of RGB (Red+Green+Blue) = 76+128+115=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8073 is #B37F8C. Grayscale: #6E6E6E. Windows color (decimal): -11763597 or 7569484. OLE color: 7569484.

HSL color Cylindrical-coordinate representation of color #4C8073: hue angle of 165º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8073 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 128 115 -
CMYK 0.41 0 0.10 0.50
HSL 165º 0.25% 0.4% -
HSV(B) 165º 0.41% 0.5% -
XYZ 13.79 18.21 19.01 -
YUV 110.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 76 128 115 0.41 0 0.10 0.50 165 0.25 0.4
Hex 4C 80 73 29 0 A 32 A5 19 28
Octal 114 200 163 51 0 12 62 245 31 50
Binary 1001100 10000000 1110011 101001 0 1010 110010 10100101 11001 101000

Color Harmonies of #4C8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8073

Black with #4C8073

Text Example


Text Example

White with #4C8073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,128,115); }

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

background-color css

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

 a { background-color: rgb(76,128,115); }

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

border-color css

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

 span { border-color: rgb(76,128,115); }

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