Html Css Color HEX #48706B Dark Green Copper

📋 copy color: '#48706B'

red 72 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #48706B

Tints of Dark Green Copper #48706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 24.74%
G = 38.49%
B = 36.77%

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

#48706B (or 0x48706B) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6B. RGB value is (72,112,107). Sum of RGB (Red+Green+Blue) = 72+112+107=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #48706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706B is #B78F94. Grayscale: #636363. Windows color (decimal): -12029845 or 7041096. OLE color: 7041096.

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

Color convert

RGB 72 112 107 -
CMYK 0.36 0 0.04 0.56
HSL 172.5º 0.22% 0.36% -
HSV(B) 172.5º 0.36% 0.44% -
XYZ 11.12 14.03 16.03 -
YUV 99.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 72 112 107 0.36 0 0.04 0.56 172.5 0.22 0.36
Hex 48 70 6B 24 0 4 38 AC 16 24
Octal 110 160 153 44 0 4 70 254 26 44
Binary 1001000 1110000 1101011 100100 0 100 111000 10101100 10110 100100

Color Harmonies of #48706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706B

Black with #48706B

Text Example


Text Example

White with #48706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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