Html Css Color HEX #48746D Dark Green Copper

📋 copy color: '#48746D'

red 72 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #48746D

Tints of Dark Green Copper #48746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 24.24%
G = 39.06%
B = 36.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#48746D (or 0x48746D) is known color: Dark Green Copper. HEX triplet: 48, 74 and 6D. RGB value is (72,116,109). Sum of RGB (Red+Green+Blue) = 72+116+109=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #48746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746D is #B78B92. Grayscale: #666666. Windows color (decimal): -12028819 or 7173192. OLE color: 7173192.

HSL color Cylindrical-coordinate representation of color #48746D: hue angle of 170.45º 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 #48746D is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 109 -
CMYK 0.38 0 0.06 0.55
HSL 170.45º 0.23% 0.37% -
HSV(B) 170.45º 0.38% 0.45% -
XYZ 11.68 14.97 16.74 -
YUV 102.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 72 116 109 0.38 0 0.06 0.55 170.45 0.23 0.37
Hex 48 74 6D 26 0 6 37 AA 17 25
Octal 110 164 155 46 0 6 67 252 27 45
Binary 1001000 1110100 1101101 100110 0 110 110111 10101010 10111 100101

Color Harmonies of #48746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48746D

Black with #48746D

Text Example


Text Example

White with #48746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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