Html Css Color HEX #48706A Dark Green Copper

📋 copy color: '#48706A'

red 72 ◦ green 112 ◦ blue 106

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

Shades of Dark Green Copper #48706A

Tints of Dark Green Copper #48706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 24.83%
G = 38.62%
B = 36.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#48706A (or 0x48706A) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6A. RGB value is (72,112,106). Sum of RGB (Red+Green+Blue) = 72+112+106=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #48706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706A is #B78F95. Grayscale: #636363. Windows color (decimal): -12029846 or 6975560. OLE color: 6975560.

HSL color Cylindrical-coordinate representation of color #48706A: hue angle of 171º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48706A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 106 -
CMYK 0.36 0 0.05 0.56
HSL 171º 0.22% 0.36% -
HSV(B) 171º 0.36% 0.44% -
XYZ 11.07 14.01 15.76 -
YUV 99.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 72 112 106 0.36 0 0.05 0.56 171 0.22 0.36
Hex 48 70 6A 24 0 5 38 AB 16 24
Octal 110 160 152 44 0 5 70 253 26 44
Binary 1001000 1110000 1101010 100100 0 101 111000 10101011 10110 100100

Color Harmonies of #48706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706A

Black with #48706A

Text Example


Text Example

White with #48706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48706A; }

 p { color: rgb(72,112,106); }

 H1.HeaderClassName
 {
   color: #48706A;
 }
 .AnyTagClassName
 {
   color: #48706A;
 }
</style>

background-color css

<style>
 a { background-color: #48706A; }

 a { background-color: rgb(72,112,106); }

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

border-color css

<style>
 span { border-color: #48706A; }

 span { border-color: rgb(72,112,106); }

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