Html Css Color HEX #48726A Dark Green Copper

📋 copy color: '#48726A'

red 72 ◦ green 114 ◦ blue 106

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

Shades of Dark Green Copper #48726A

Tints of Dark Green Copper #48726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

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

R = 24.66%
G = 39.04%
B = 36.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#48726A (or 0x48726A) is known color: Dark Green Copper. HEX triplet: 48, 72 and 6A. RGB value is (72,114,106). Sum of RGB (Red+Green+Blue) = 72+114+106=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #48726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48726A is #B78D95. Grayscale: #646464. Windows color (decimal): -12029334 or 6976072. OLE color: 6976072.

HSL color Cylindrical-coordinate representation of color #48726A: hue angle of 168.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48726A is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 106 -
CMYK 0.37 0 0.07 0.55
HSL 168.57º 0.23% 0.36% -
HSV(B) 168.57º 0.37% 0.45% -
XYZ 11.29 14.45 15.83 -
YUV 100.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 72 114 106 0.37 0 0.07 0.55 168.57 0.23 0.36
Hex 48 72 6A 25 0 7 37 A9 17 24
Octal 110 162 152 45 0 7 67 251 27 44
Binary 1001000 1110010 1101010 100101 0 111 110111 10101001 10111 100100

Color Harmonies of #48726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48726A

Black with #48726A

Text Example


Text Example

White with #48726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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