#48736B

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

Shades of Dark Green Copper #48736B

Tints of Dark Green Copper #48736B

Color information

#48736B (or 0x48736B) is unknown color: approx Dark Green Copper. HEX triplet: 48, 73 and 6B. RGB value is (72,115,107). Sum of RGB (Red+Green+Blue) = 72+115+107=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #48736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736B is #B78C94. Grayscale: #656565. Windows color (decimal): -12029077 or 7041864. OLE color: 7041864.

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

Color convert

RGB72115107-
CMYK0.3700.070.55
HSL168.84º22.99%36.67%-
HSV(B)168.84º37.39%45.1%-
XYZ11.4614.716.14-
YUV101.23131.25107.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=24.49%
G=39.12%
B=36.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151070.3700.070.55168.8422.9936.67
Hex48736B250737a91725
Octal1101631534507672512745
Binary10010001110011110101110010101111101111010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48736B; }

 p { color: rgb(72,115,107); }

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

<style>
 a { background-color: #48736B; }

 a { background-color: rgb(72,115,107); }

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

<style>
 span { border-color: #48736B; }

 span { border-color: rgb(72,115,107); }

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