Html Css Color HEX #48706C Dark Green Copper

📋 copy color: '#48706C'

red 72 ◦ green 112 ◦ blue 108

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

Shades of Dark Green Copper #48706C

Tints of Dark Green Copper #48706C

RGB

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

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

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

R = 24.66%
G = 38.36%
B = 36.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#48706C (or 0x48706C) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6C. RGB value is (72,112,108). Sum of RGB (Red+Green+Blue) = 72+112+108=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #48706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706C is #B78F93. Grayscale: #636363. Windows color (decimal): -12029844 or 7106632. OLE color: 7106632.

HSL color Cylindrical-coordinate representation of color #48706C: hue angle of 174º 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 #48706C is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 108 -
CMYK 0.36 0 0.04 0.56
HSL 174º 0.22% 0.36% -
HSV(B) 174º 0.36% 0.44% -
XYZ 11.17 14.05 16.31 -
YUV 99.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 72 112 108 0.36 0 0.04 0.56 174 0.22 0.36
Hex 48 70 6C 24 0 4 38 AE 16 24
Octal 110 160 154 44 0 4 70 256 26 44
Binary 1001000 1110000 1101100 100100 0 100 111000 10101110 10110 100100

Color Harmonies of #48706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706C

Black with #48706C

Text Example


Text Example

White with #48706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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