#417168

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

Shades of Dark Green Copper #417168

Tints of Dark Green Copper #417168

Color information

#417168 (or 0x417168) is unknown color: approx Dark Green Copper. HEX triplet: 41, 71 and 68. RGB value is (65,113,104). Sum of RGB (Red+Green+Blue) = 65+113+104=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #417168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417168 is #BE8E97. Grayscale: #616161. Windows color (decimal): -12488344 or 6844737. OLE color: 6844737.

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

Color convert

RGB65113104-
CMYK0.4200.080.56
HSL168.75º26.97%34.9%-
HSV(B)168.75º42.48%44.31%-
XYZ10.5813.9315.23-
YUV97.62131.6104.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=23.05%
G=40.07%
B=36.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651131040.4200.080.56168.7526.9734.9
Hex4171682A0838a91b23
Octal10116115052010702513343
Binary100000111100011101000101010010001110001010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417168; }

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

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

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

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

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

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

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

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