#427167

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

Shades of Dark Green Copper #427167

Tints of Dark Green Copper #427167

Color information

#427167 (or 0x427167) is unknown color: approx Dark Green Copper. HEX triplet: 42, 71 and 67. RGB value is (66,113,103). Sum of RGB (Red+Green+Blue) = 66+113+103=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #427167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427167 is #BD8E98. Grayscale: #616161. Windows color (decimal): -12422809 or 6779202. OLE color: 6779202.

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

Color convert

RGB66113103-
CMYK0.4200.090.56
HSL167.23º26.26%35.1%-
HSV(B)167.23º41.59%44.31%-
XYZ10.613.9514.97-
YUV97.81130.93105.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=23.40%
G=40.07%
B=36.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661131030.4200.090.56167.2326.2635.1
Hex4271672A0938a71a23
Octal10216114752011702473243
Binary100001011100011100111101010010011110001010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427167; }

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

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

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

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

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

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

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

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