Html Css Color HEX #48766A Dark Green Copper

📋 copy color: '#48766A'

red 72 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #48766A

Tints of Dark Green Copper #48766A

RGB

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

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

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

R = 24.32%
G = 39.86%
B = 35.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#48766A (or 0x48766A) is known color: Dark Green Copper. HEX triplet: 48, 76 and 6A. RGB value is (72,118,106). Sum of RGB (Red+Green+Blue) = 72+118+106=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #48766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48766A is #B78995. Grayscale: #666666. Windows color (decimal): -12028310 or 6977096. OLE color: 6977096.

HSL color Cylindrical-coordinate representation of color #48766A: hue angle of 164.35º 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 #48766A is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 106 -
CMYK 0.39 0 0.10 0.54
HSL 164.35º 0.24% 0.37% -
HSV(B) 164.35º 0.39% 0.46% -
XYZ 11.75 15.38 15.98 -
YUV 102.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 72 118 106 0.39 0 0.10 0.54 164.35 0.24 0.37
Hex 48 76 6A 27 0 A 36 A4 18 25
Octal 110 166 152 47 0 12 66 244 30 45
Binary 1001000 1110110 1101010 100111 0 1010 110110 10100100 11000 100101

Color Harmonies of #48766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48766A

Black with #48766A

Text Example


Text Example

White with #48766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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