Html Css Color HEX #48746C Dark Green Copper

📋 copy color: '#48746C'

red 72 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #48746C

Tints of Dark Green Copper #48746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 24.32%
G = 39.19%
B = 36.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#48746C (or 0x48746C) is known color: Dark Green Copper. HEX triplet: 48, 74 and 6C. RGB value is (72,116,108). Sum of RGB (Red+Green+Blue) = 72+116+108=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #48746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746C is #B78B93. Grayscale: #656565. Windows color (decimal): -12028820 or 7107656. OLE color: 7107656.

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

Color convert

RGB 72 116 108 -
CMYK 0.38 0 0.07 0.55
HSL 169.09º 0.23% 0.37% -
HSV(B) 169.09º 0.38% 0.45% -
XYZ 11.62 14.95 16.46 -
YUV 101.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 72 116 108 0.38 0 0.07 0.55 169.09 0.23 0.37
Hex 48 74 6C 26 0 7 37 A9 17 25
Octal 110 164 154 46 0 7 67 251 27 45
Binary 1001000 1110100 1101100 100110 0 111 110111 10101001 10111 100101

Color Harmonies of #48746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48746C

Black with #48746C

Text Example


Text Example

White with #48746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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