#487269

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

Shades of Dark Green Copper #487269

Tints of Dark Green Copper #487269

Color information

#487269 (or 0x487269) is unknown color: approx Dark Green Copper. HEX triplet: 48, 72 and 69. RGB value is (72,114,105). Sum of RGB (Red+Green+Blue) = 72+114+105=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #487269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487269 is #B78D96. Grayscale: #646464. Windows color (decimal): -12029335 or 6910536. OLE color: 6910536.

HSL color Cylindrical-coordinate representation of color #487269: hue angle of 167.14º 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 #487269 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB72114105-
CMYK0.3700.080.55
HSL167.14º22.58%36.47%-
HSV(B)167.14º36.84%44.71%-
XYZ11.2414.4315.56-
YUV100.42130.59107.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=24.74%
G=39.18%
B=36.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141050.3700.080.55167.1422.5836.47
Hex487269250837a71724
Octal11016215145010672472744
Binary100100011100101101001100101010001101111010011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487269; }

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

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

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

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

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

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

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

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