Html Css Color HEX #4C716B Dark Green Copper

📋 copy color: '#4C716B'

red 76 ◦ green 113 ◦ blue 107

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

Shades of Dark Green Copper #4C716B

Tints of Dark Green Copper #4C716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 25.68%
G = 38.18%
B = 36.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#4C716B (or 0x4C716B) is known color: Dark Green Copper. HEX triplet: 4C, 71 and 6B. RGB value is (76,113,107). Sum of RGB (Red+Green+Blue) = 76+113+107=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #4C716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C716B is #B38E94. Grayscale: #656565. Windows color (decimal): -11767445 or 7041356. OLE color: 7041356.

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

Color convert

RGB 76 113 107 -
CMYK 0.33 0 0.05 0.56
HSL 170.27º 0.2% 0.37% -
HSV(B) 170.27º 0.33% 0.44% -
XYZ 11.54 14.41 16.08 -
YUV 101.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 76 113 107 0.33 0 0.05 0.56 170.27 0.2 0.37
Hex 4C 71 6B 21 0 5 38 AA 14 25
Octal 114 161 153 41 0 5 70 252 24 45
Binary 1001100 1110001 1101011 100001 0 101 111000 10101010 10100 100101

Color Harmonies of #4C716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C716B

Black with #4C716B

Text Example


Text Example

White with #4C716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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