Html Css Color HEX #488377 Dark Green Copper

📋 copy color: '#488377'

red 72 ◦ green 131 ◦ blue 119

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

Shades of Dark Green Copper #488377

Tints of Dark Green Copper #488377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 22.36%
G = 40.68%
B = 36.96%

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

#488377 (or 0x488377) is known color: Dark Green Copper. HEX triplet: 48, 83 and 77. RGB value is (72,131,119). Sum of RGB (Red+Green+Blue) = 72+131+119=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #488377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488377 is #B77C88. Grayscale: #6F6F6F. Windows color (decimal): -12024969 or 7832392. OLE color: 7832392.

HSL color Cylindrical-coordinate representation of color #488377: hue angle of 167.8º 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 #488377 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 119 -
CMYK 0.45 0 0.09 0.49
HSL 167.8º 0.29% 0.4% -
HSV(B) 167.8º 0.45% 0.51% -
XYZ 14.12 18.94 20.36 -
YUV 111.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 72 131 119 0.45 0 0.09 0.49 167.8 0.29 0.4
Hex 48 83 77 2D 0 9 31 A8 1D 28
Octal 110 203 167 55 0 11 61 250 35 50
Binary 1001000 10000011 1110111 101101 0 1001 110001 10101000 11101 101000

Color Harmonies of #488377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488377

Black with #488377

Text Example


Text Example

White with #488377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488377; }

 p { color: rgb(72,131,119); }

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

background-color css

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

 a { background-color: rgb(72,131,119); }

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

border-color css

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

 span { border-color: rgb(72,131,119); }

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