Html Css Color HEX #48706E Dark Green Copper

📋 copy color: '#48706E'

red 72 ◦ green 112 ◦ blue 110

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

Shades of Dark Green Copper #48706E

Tints of Dark Green Copper #48706E

RGB

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

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

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

R = 24.49%
G = 38.1%
B = 37.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#48706E (or 0x48706E) is known color: Dark Green Copper. HEX triplet: 48, 70 and 6E. RGB value is (72,112,110). Sum of RGB (Red+Green+Blue) = 72+112+110=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #48706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706E is #B78F91. Grayscale: #636363. Windows color (decimal): -12029842 or 7237704. OLE color: 7237704.

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

Color convert

RGB 72 112 110 -
CMYK 0.36 0 0.02 0.56
HSL 177º 0.22% 0.36% -
HSV(B) 177º 0.36% 0.44% -
XYZ 11.28 14.09 16.88 -
YUV 99.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 72 112 110 0.36 0 0.02 0.56 177 0.22 0.36
Hex 48 70 6E 24 0 2 38 B1 16 24
Octal 110 160 156 44 0 2 70 261 26 44
Binary 1001000 1110000 1101110 100100 0 10 111000 10110001 10110 100100

Color Harmonies of #48706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706E

Black with #48706E

Text Example


Text Example

White with #48706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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