#4B786C

Color #4B786C Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4B786C

Tints of Dark Green Copper #4B786C

Color information

#4B786C (or 0x4B786C) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 78 and 6C. RGB value is (75,120,108). Sum of RGB (Red+Green+Blue) = 75+120+108=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #4B786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B786C is #B48793. Grayscale: #696969. Windows color (decimal): -11831188 or 7108683. OLE color: 7108683.

HSL color Cylindrical-coordinate representation of color #4B786C: hue angle of 164º degrees, saturation: 0.23, 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 #4B786C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB75120108-
CMYK0.3700.100.53
HSL164º23.08%38.24%-
HSV(B)164º37.5%47.06%-
XYZ12.3216.0116.63-
YUV105.18129.59106.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=24.75%
G=39.60%
B=35.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751201080.3700.100.5316423.0838.24
Hex4B786C250A35a41726
Octal11317015445012652442746
Binary100101111110001101100100101010101101011010010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B786C;
 }
 .AnyTagClassName
 {
   color: #4B786C;
 }
</style>
background-color css

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

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

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

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

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

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