Html Css Color HEX #4C716C Dark Green Copper

📋 copy color: '#4C716C'

red 76 ◦ green 113 ◦ blue 108

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

Shades of Dark Green Copper #4C716C

Tints of Dark Green Copper #4C716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 25.59%
G = 38.05%
B = 36.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#4C716C (or 0x4C716C) is known color: Dark Green Copper. HEX triplet: 4C, 71 and 6C. RGB value is (76,113,108). Sum of RGB (Red+Green+Blue) = 76+113+108=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #4C716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C716C is #B38E93. Grayscale: #656565. Windows color (decimal): -11767444 or 7106892. OLE color: 7106892.

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

Color convert

RGB 76 113 108 -
CMYK 0.33 0 0.04 0.56
HSL 171.89º 0.2% 0.37% -
HSV(B) 171.89º 0.33% 0.44% -
XYZ 11.59 14.43 16.36 -
YUV 101.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 76 113 108 0.33 0 0.04 0.56 171.89 0.2 0.37
Hex 4C 71 6C 21 0 4 38 AC 14 25
Octal 114 161 154 41 0 4 70 254 24 45
Binary 1001100 1110001 1101100 100001 0 100 111000 10101100 10100 100101

Color Harmonies of #4C716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C716C

Black with #4C716C

Text Example


Text Example

White with #4C716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,108); }

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

background-color css

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

 a { background-color: rgb(76,113,108); }

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

border-color css

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

 span { border-color: rgb(76,113,108); }

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