#427164

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

Shades of Dark Green Copper #427164

Tints of Dark Green Copper #427164

Color information

#427164 (or 0x427164) is unknown color: approx Dark Green Copper. HEX triplet: 42, 71 and 64. RGB value is (66,113,100). Sum of RGB (Red+Green+Blue) = 66+113+100=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #427164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427164 is #BD8E9B. Grayscale: #616161. Windows color (decimal): -12422812 or 6582594. OLE color: 6582594.

HSL color Cylindrical-coordinate representation of color #427164: hue angle of 163.4º degrees, saturation: 0.26, 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 #427164 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB66113100-
CMYK0.4200.120.56
HSL163.4º26.26%35.1%-
HSV(B)163.4º41.59%44.31%-
XYZ10.4513.8914.19-
YUV97.46129.43105.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=23.66%
G=40.50%
B=35.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661131000.4200.120.56163.426.2635.1
Hex4271642A0C38a31a23
Octal10216114452014702433243
Binary100001011100011100100101010011001110001010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427164; }

 p { color: rgb(66,113,100); }

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

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

 a { background-color: rgb(66,113,100); }

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

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

 span { border-color: rgb(66,113,100); }

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