#417264

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

Shades of Dark Green Copper #417264

Tints of Dark Green Copper #417264

Color information

#417264 (or 0x417264) is unknown color: approx Dark Green Copper. HEX triplet: 41, 72 and 64. RGB value is (65,114,100). Sum of RGB (Red+Green+Blue) = 65+114+100=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #417264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417264 is #BE8D9B. Grayscale: #616161. Windows color (decimal): -12488092 or 6582849. OLE color: 6582849.

HSL color Cylindrical-coordinate representation of color #417264: hue angle of 162.86º degrees, saturation: 0.27, 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 #417264 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB65114100-
CMYK0.4300.120.55
HSL162.86º27.37%35.1%-
HSV(B)162.86º42.98%44.71%-
XYZ10.514.0814.22-
YUV97.75129.27104.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=23.30%
G=40.86%
B=35.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651141000.4300.120.55162.8627.3735.1
Hex4172642B0C37a31b23
Octal10116214453014672433343
Binary100000111100101100100101011011001101111010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417264; }

 p { color: rgb(65,114,100); }

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

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

 a { background-color: rgb(65,114,100); }

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

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

 span { border-color: rgb(65,114,100); }

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