Html Css Color HEX #48796E Dark Green Copper

📋 copy color: '#48796E'

red 72 ◦ green 121 ◦ blue 110

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

Shades of Dark Green Copper #48796E

Tints of Dark Green Copper #48796E

RGB

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

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

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

R = 23.76%
G = 39.93%
B = 36.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#48796E (or 0x48796E) is known color: Dark Green Copper. HEX triplet: 48, 79 and 6E. RGB value is (72,121,110). Sum of RGB (Red+Green+Blue) = 72+121+110=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #48796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48796E is #B78691. Grayscale: #696969. Windows color (decimal): -12027538 or 7240008. OLE color: 7240008.

HSL color Cylindrical-coordinate representation of color #48796E: hue angle of 166.53º 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 #48796E is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 110 -
CMYK 0.40 0 0.09 0.53
HSL 166.53º 0.25% 0.38% -
HSV(B) 166.53º 0.4% 0.47% -
XYZ 12.32 16.18 17.23 -
YUV 105.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 72 121 110 0.40 0 0.09 0.53 166.53 0.25 0.38
Hex 48 79 6E 28 0 9 35 A7 19 26
Octal 110 171 156 50 0 11 65 247 31 46
Binary 1001000 1111001 1101110 101000 0 1001 110101 10100111 11001 100110

Color Harmonies of #48796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48796E

Black with #48796E

Text Example


Text Example

White with #48796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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