#48746F

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

Shades of Dark Green Copper #48746F

Tints of Dark Green Copper #48746F

Color information

#48746F (or 0x48746F) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 6F. RGB value is (72,116,111). Sum of RGB (Red+Green+Blue) = 72+116+111=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #48746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746F is #B78B90. Grayscale: #666666. Windows color (decimal): -12028817 or 7304264. OLE color: 7304264.

HSL color Cylindrical-coordinate representation of color #48746F: hue angle of 173.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48746F is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB72116111-
CMYK0.3800.040.55
HSL173.18º23.4%36.86%-
HSV(B)173.18º37.93%45.49%-
XYZ11.7915.0217.32-
YUV102.27132.92106.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=24.08%
G=38.80%
B=37.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161110.3800.040.55173.1823.436.86
Hex48746F260437ad1725
Octal1101641574604672552745
Binary10010001110100110111110011001001101111010110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48746F; }

 p { color: rgb(72,116,111); }

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

<style>
 a { background-color: #48746F; }

 a { background-color: rgb(72,116,111); }

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

<style>
 span { border-color: #48746F; }

 span { border-color: rgb(72,116,111); }

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