#417670

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

Shades of Dark Green Copper #417670

Tints of Dark Green Copper #417670

Color information

#417670 (or 0x417670) is unknown color: approx Dark Green Copper. HEX triplet: 41, 76 and 70. RGB value is (65,118,112). Sum of RGB (Red+Green+Blue) = 65+118+112=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #417670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417670 is #BE898F. Grayscale: #656565. Windows color (decimal): -12487056 or 7370305. OLE color: 7370305.

HSL color Cylindrical-coordinate representation of color #417670: hue angle of 173.21º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417670 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB65118112-
CMYK0.4500.050.54
HSL173.21º28.96%35.88%-
HSV(B)173.21º44.92%46.27%-
XYZ11.5815.2517.66-
YUV101.47133.94101.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=22.03%
G=40%
B=37.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651181120.4500.050.54173.2128.9635.88
Hex4176702D0536ad1d24
Octal1011661605505662553544
Binary10000011110110111000010110101011101101010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417670; }

 p { color: rgb(65,118,112); }

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

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

 a { background-color: rgb(65,118,112); }

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

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

 span { border-color: rgb(65,118,112); }

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