#467263

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

Shades of Dark Green Copper #467263

Tints of Dark Green Copper #467263

Color information

#467263 (or 0x467263) is unknown color: approx Dark Green Copper. HEX triplet: 46, 72 and 63. RGB value is (70,114,99). Sum of RGB (Red+Green+Blue) = 70+114+99=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #467263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467263 is #B98D9C. Grayscale: #636363. Windows color (decimal): -12160413 or 6517318. OLE color: 6517318.

HSL color Cylindrical-coordinate representation of color #467263: hue angle of 159.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467263 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB7011499-
CMYK0.3900.130.55
HSL159.55º23.91%36.08%-
HSV(B)159.55º38.6%44.71%-
XYZ10.814.2413.98-
YUV99.13127.92107.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=24.73%
G=40.28%
B=34.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114990.3900.130.55159.5523.9136.08
Hex467263270D37a01824
Octal10616214347015672403044
Binary100011011100101100011100111011011101111010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467263; }

 p { color: rgb(70,114,99); }

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

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

 a { background-color: rgb(70,114,99); }

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

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

 span { border-color: rgb(70,114,99); }

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