Html Css Color HEX #488276 Dark Green Copper

📋 copy color: '#488276'

red 72 ◦ green 130 ◦ blue 118

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

Shades of Dark Green Copper #488276

Tints of Dark Green Copper #488276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 22.5%
G = 40.63%
B = 36.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#488276 (or 0x488276) is known color: Dark Green Copper. HEX triplet: 48, 82 and 76. RGB value is (72,130,118). Sum of RGB (Red+Green+Blue) = 72+130+118=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #488276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488276 is #B77D89. Grayscale: #6F6F6F. Windows color (decimal): -12025226 or 7766600. OLE color: 7766600.

HSL color Cylindrical-coordinate representation of color #488276: hue angle of 167.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488276 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 118 -
CMYK 0.45 0 0.09 0.49
HSL 167.59º 0.29% 0.4% -
HSV(B) 167.59º 0.45% 0.51% -
XYZ 13.93 18.65 20.01 -
YUV 111.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 72 130 118 0.45 0 0.09 0.49 167.59 0.29 0.4
Hex 48 82 76 2D 0 9 31 A8 1D 28
Octal 110 202 166 55 0 11 61 250 35 50
Binary 1001000 10000010 1110110 101101 0 1001 110001 10101000 11101 101000

Color Harmonies of #488276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488276

Black with #488276

Text Example


Text Example

White with #488276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488276; }

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

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

background-color css

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

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

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

border-color css

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

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

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