#487467

Color #487467 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #487467

Tints of Dark Green Copper #487467

Color information

#487467 (or 0x487467) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 67. RGB value is (72,116,103). Sum of RGB (Red+Green+Blue) = 72+116+103=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #487467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487467 is #B78B98. Grayscale: #656565. Windows color (decimal): -12028825 or 6779976. OLE color: 6779976.

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

Color convert

RGB72116103-
CMYK0.3800.110.55
HSL162.27º23.4%36.86%-
HSV(B)162.27º37.93%45.49%-
XYZ11.3714.8515.1-
YUV101.36128.92107.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=24.74%
G=39.86%
B=35.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161030.3800.110.55162.2723.436.86
Hex487467260B37a21725
Octal11016414746013672422745
Binary100100011101001100111100110010111101111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487467; }

 p { color: rgb(72,116,103); }

 H1.HeaderClassName
 {
   color: #487467;
 }
 .AnyTagClassName
 {
   color: #487467;
 }
</style>
background-color css

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

 a { background-color: rgb(72,116,103); }

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

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

 span { border-color: rgb(72,116,103); }

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