#41706B

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

Shades of Dark Green Copper #41706B

Tints of Dark Green Copper #41706B

Color information

#41706B (or 0x41706B) is unknown color: approx Dark Green Copper. HEX triplet: 41, 70 and 6B. RGB value is (65,112,107). Sum of RGB (Red+Green+Blue) = 65+112+107=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #41706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706B is #BE8F94. Grayscale: #616161. Windows color (decimal): -12488597 or 7041089. OLE color: 7041089.

HSL color Cylindrical-coordinate representation of color #41706B: hue angle of 173.62º 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 #41706B is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB65112107-
CMYK0.4200.040.56
HSL173.62º26.55%34.71%-
HSV(B)173.62º41.96%43.92%-
XYZ10.6313.7716.01-
YUV97.38133.43104.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=22.89%
G=39.44%
B=37.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651121070.4200.040.56173.6226.5534.71
Hex41706B2A0438ae1b23
Octal1011601535204702563343
Binary10000011110000110101110101001001110001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41706B; }

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

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

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

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

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

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

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

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