#41736C

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

Shades of Dark Green Copper #41736C

Tints of Dark Green Copper #41736C

Color information

#41736C (or 0x41736C) is unknown color: approx Dark Green Copper. HEX triplet: 41, 73 and 6C. RGB value is (65,115,108). Sum of RGB (Red+Green+Blue) = 65+115+108=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #41736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41736C is #BE8C93. Grayscale: #636363. Windows color (decimal): -12487828 or 7107393. OLE color: 7107393.

HSL color Cylindrical-coordinate representation of color #41736C: hue angle of 171.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41736C is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB65115108-
CMYK0.4300.060.55
HSL171.6º27.78%35.29%-
HSV(B)171.6º43.48%45.1%-
XYZ11.0214.4716.4-
YUV99.25132.94103.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=22.57%
G=39.93%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651151080.4300.060.55171.627.7835.29
Hex41736C2B0637ac1c23
Octal1011631545306672543443
Binary10000011110011110110010101101101101111010110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41736C; }

 p { color: rgb(65,115,108); }

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

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

 a { background-color: rgb(65,115,108); }

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

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

 span { border-color: rgb(65,115,108); }

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