Html Css Color HEX #48706D Dark Green Copper

📋 copy color: '#48706D'

red 72 ◦ green 112 ◦ blue 109

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

Shades of Dark Green Copper #48706D

Tints of Dark Green Copper #48706D

RGB

 RED value IS 72 (28.52% from 255) = 24.57%

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 24.57%
G = 38.23%
B = 37.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#48706D (or 0x48706D) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6D. RGB value is (72,112,109). Sum of RGB (Red+Green+Blue) = 72+112+109=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #48706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706D is #B78F92. Grayscale: #636363. Windows color (decimal): -12029843 or 7172168. OLE color: 7172168.

HSL color Cylindrical-coordinate representation of color #48706D: hue angle of 175.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48706D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 109 -
CMYK 0.36 0 0.03 0.56
HSL 175.5º 0.22% 0.36% -
HSV(B) 175.5º 0.36% 0.44% -
XYZ 11.23 14.07 16.59 -
YUV 99.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 72 112 109 0.36 0 0.03 0.56 175.5 0.22 0.36
Hex 48 70 6D 24 0 3 38 B0 16 24
Octal 110 160 155 44 0 3 70 260 26 44
Binary 1001000 1110000 1101101 100100 0 11 111000 10110000 10110 100100

Color Harmonies of #48706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706D

Black with #48706D

Text Example


Text Example

White with #48706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48706D; }

 p { color: rgb(72,112,109); }

 H1.HeaderClassName
 {
   color: #48706D;
 }
 .AnyTagClassName
 {
   color: #48706D;
 }
</style>

background-color css

<style>
 a { background-color: #48706D; }

 a { background-color: rgb(72,112,109); }

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

border-color css

<style>
 span { border-color: #48706D; }

 span { border-color: rgb(72,112,109); }

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