Html Css Color HEX #48746E Dark Green Copper

📋 copy color: '#48746E'

red 72 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #48746E

Tints of Dark Green Copper #48746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 24.16%
G = 38.93%
B = 36.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#48746E (or 0x48746E) is known color: Dark Green Copper. HEX triplet: 48, 74 and 6E. RGB value is (72,116,110). Sum of RGB (Red+Green+Blue) = 72+116+110=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #48746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746E is #B78B91. Grayscale: #666666. Windows color (decimal): -12028818 or 7238728. OLE color: 7238728.

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

Color convert

RGB 72 116 110 -
CMYK 0.38 0 0.05 0.55
HSL 171.82º 0.23% 0.37% -
HSV(B) 171.82º 0.38% 0.45% -
XYZ 11.73 14.99 17.03 -
YUV 102.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 72 116 110 0.38 0 0.05 0.55 171.82 0.23 0.37
Hex 48 74 6E 26 0 5 37 AC 17 25
Octal 110 164 156 46 0 5 67 254 27 45
Binary 1001000 1110100 1101110 100110 0 101 110111 10101100 10111 100101

Color Harmonies of #48746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48746E

Black with #48746E

Text Example


Text Example

White with #48746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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