#417B70

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

Shades of Dark Green Copper #417B70

Tints of Dark Green Copper #417B70

Color information

#417B70 (or 0x417B70) is unknown color: approx Dark Green Copper. HEX triplet: 41, 7B and 70. RGB value is (65,123,112). Sum of RGB (Red+Green+Blue) = 65+123+112=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #417B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B70 is #BE848F. Grayscale: #686868. Windows color (decimal): -12485776 or 7371585. OLE color: 7371585.

HSL color Cylindrical-coordinate representation of color #417B70: hue angle of 168.62º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B70 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB65123112-
CMYK0.4700.090.52
HSL168.62º30.85%36.86%-
HSV(B)168.62º47.15%48.24%-
XYZ12.1916.4617.86-
YUV104.4132.2899.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=21.67%
G=41%
B=37.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651231120.4700.090.52168.6230.8536.86
Hex417B702F0934a91f25
Octal10117316057011642513745
Binary100000111110111110000101111010011101001010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417B70; }

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

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

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

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

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

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

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

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