Html Css Color HEX #4A786C Dark Green Copper

📋 copy color: '#4A786C'

red 74 ◦ green 120 ◦ blue 108

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

Shades of Dark Green Copper #4A786C

Tints of Dark Green Copper #4A786C

RGB

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

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

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

R = 24.5%
G = 39.74%
B = 35.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#4A786C (or 0x4A786C) is known color: Dark Green Copper. HEX triplet: 4A, 78 and 6C. RGB value is (74,120,108). Sum of RGB (Red+Green+Blue) = 74+120+108=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #4A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A786C is #B58793. Grayscale: #686868. Windows color (decimal): -11896724 or 7108682. OLE color: 7108682.

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

Color convert

RGB 74 120 108 -
CMYK 0.38 0 0.10 0.53
HSL 164.35º 0.24% 0.38% -
HSV(B) 164.35º 0.38% 0.47% -
XYZ 12.25 15.97 16.62 -
YUV 104.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 74 120 108 0.38 0 0.10 0.53 164.35 0.24 0.38
Hex 4A 78 6C 26 0 A 35 A4 18 26
Octal 112 170 154 46 0 12 65 244 30 46
Binary 1001010 1111000 1101100 100110 0 1010 110101 10100100 11000 100110

Color Harmonies of #4A786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A786C

Black with #4A786C

Text Example


Text Example

White with #4A786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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