Html Css Color HEX #4C786C Dark Green Copper

📋 copy color: '#4C786C'

red 76 ◦ green 120 ◦ blue 108

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

Shades of Dark Green Copper #4C786C

Tints of Dark Green Copper #4C786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

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

R = 25%
G = 39.47%
B = 35.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#4C786C (or 0x4C786C) is known color: Dark Green Copper. HEX triplet: 4C, 78 and 6C. RGB value is (76,120,108). Sum of RGB (Red+Green+Blue) = 76+120+108=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #4C786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C786C is #B38793. Grayscale: #696969. Windows color (decimal): -11765652 or 7108684. OLE color: 7108684.

HSL color Cylindrical-coordinate representation of color #4C786C: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C786C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 120 108 -
CMYK 0.37 0 0.10 0.53
HSL 163.64º 0.22% 0.38% -
HSV(B) 163.64º 0.37% 0.47% -
XYZ 12.4 16.05 16.63 -
YUV 105.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 76 120 108 0.37 0 0.10 0.53 163.64 0.22 0.38
Hex 4C 78 6C 25 0 A 35 A4 16 26
Octal 114 170 154 45 0 12 65 244 26 46
Binary 1001100 1111000 1101100 100101 0 1010 110101 10100100 10110 100110

Color Harmonies of #4C786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C786C

Black with #4C786C

Text Example


Text Example

White with #4C786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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