Html Css Color HEX #48736B Dark Green Copper

📋 copy color: '#48736B'

red 72 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #48736B

Tints of Dark Green Copper #48736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 24.49%
G = 39.12%
B = 36.39%

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

#48736B (or 0x48736B) is known color: Dark Green Copper. HEX triplet: 48, 73 and 6B. RGB value is (72,115,107). Sum of RGB (Red+Green+Blue) = 72+115+107=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #48736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736B is #B78C94. Grayscale: #656565. Windows color (decimal): -12029077 or 7041864. OLE color: 7041864.

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

Color convert

RGB 72 115 107 -
CMYK 0.37 0 0.07 0.55
HSL 168.84º 0.23% 0.37% -
HSV(B) 168.84º 0.37% 0.45% -
XYZ 11.46 14.7 16.14 -
YUV 101.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 72 115 107 0.37 0 0.07 0.55 168.84 0.23 0.37
Hex 48 73 6B 25 0 7 37 A9 17 25
Octal 110 163 153 45 0 7 67 251 27 45
Binary 1001000 1110011 1101011 100101 0 111 110111 10101001 10111 100101

Color Harmonies of #48736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48736B

Black with #48736B

Text Example


Text Example

White with #48736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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