Html Css Color HEX #48766F Dark Green Copper

📋 copy color: '#48766F'

red 72 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #48766F

Tints of Dark Green Copper #48766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 23.92%
G = 39.2%
B = 36.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#48766F (or 0x48766F) is known color: Dark Green Copper. HEX triplet: 48, 76 and 6F. RGB value is (72,118,111). Sum of RGB (Red+Green+Blue) = 72+118+111=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #48766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48766F is #B78990. Grayscale: #676767. Windows color (decimal): -12028305 or 7304776. OLE color: 7304776.

HSL color Cylindrical-coordinate representation of color #48766F: hue angle of 170.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48766F is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 111 -
CMYK 0.39 0 0.06 0.54
HSL 170.87º 0.24% 0.37% -
HSV(B) 170.87º 0.39% 0.46% -
XYZ 12.02 15.48 17.39 -
YUV 103.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 72 118 111 0.39 0 0.06 0.54 170.87 0.24 0.37
Hex 48 76 6F 27 0 6 36 AB 18 25
Octal 110 166 157 47 0 6 66 253 30 45
Binary 1001000 1110110 1101111 100111 0 110 110110 10101011 11000 100101

Color Harmonies of #48766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48766F

Black with #48766F

Text Example


Text Example

White with #48766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48766F; }

 p { color: rgb(72,118,111); }

 H1.HeaderClassName
 {
   color: #48766F;
 }
 .AnyTagClassName
 {
   color: #48766F;
 }
</style>

background-color css

<style>
 a { background-color: #48766F; }

 a { background-color: rgb(72,118,111); }

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

border-color css

<style>
 span { border-color: #48766F; }

 span { border-color: rgb(72,118,111); }

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