Html Css Color HEX #48796D Dark Green Copper

📋 copy color: '#48796D'

red 72 ◦ green 121 ◦ blue 109

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

Shades of Dark Green Copper #48796D

Tints of Dark Green Copper #48796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 23.84%
G = 40.07%
B = 36.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#48796D (or 0x48796D) is known color: Dark Green Copper. HEX triplet: 48, 79 and 6D. RGB value is (72,121,109). Sum of RGB (Red+Green+Blue) = 72+121+109=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #48796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48796D is #B78692. Grayscale: #686868. Windows color (decimal): -12027539 or 7174472. OLE color: 7174472.

HSL color Cylindrical-coordinate representation of color #48796D: hue angle of 165.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48796D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 109 -
CMYK 0.40 0 0.10 0.53
HSL 165.31º 0.25% 0.38% -
HSV(B) 165.31º 0.4% 0.47% -
XYZ 12.27 16.16 16.94 -
YUV 104.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 72 121 109 0.40 0 0.10 0.53 165.31 0.25 0.38
Hex 48 79 6D 28 0 A 35 A5 19 26
Octal 110 171 155 50 0 12 65 245 31 46
Binary 1001000 1111001 1101101 101000 0 1010 110101 10100101 11001 100110

Color Harmonies of #48796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48796D

Black with #48796D

Text Example


Text Example

White with #48796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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