#407168

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

Shades of Dark Green Copper #407168

Tints of Dark Green Copper #407168

Color information

#407168 (or 0x407168) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 68. RGB value is (64,113,104). Sum of RGB (Red+Green+Blue) = 64+113+104=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #407168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407168 is #BF8E97. Grayscale: #616161. Windows color (decimal): -12553880 or 6844736. OLE color: 6844736.

HSL color Cylindrical-coordinate representation of color #407168: hue angle of 168.98º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407168 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB64113104-
CMYK0.4300.080.56
HSL168.98º27.68%34.71%-
HSV(B)168.98º43.36%44.31%-
XYZ10.5213.915.23-
YUV97.32131.77104.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=22.78%
G=40.21%
B=37.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131040.4300.080.56168.9827.6834.71
Hex4071682B0838a91c23
Octal10016115053010702513443
Binary100000011100011101000101011010001110001010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407168; }

 p { color: rgb(64,113,104); }

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

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

 a { background-color: rgb(64,113,104); }

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

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

 span { border-color: rgb(64,113,104); }

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