#427067

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

Shades of Dark Green Copper #427067

Tints of Dark Green Copper #427067

Color information

#427067 (or 0x427067) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 67. RGB value is (66,112,103). Sum of RGB (Red+Green+Blue) = 66+112+103=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #427067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427067 is #BD8F98. Grayscale: #616161. Windows color (decimal): -12423065 or 6778946. OLE color: 6778946.

HSL color Cylindrical-coordinate representation of color #427067: hue angle of 168.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427067 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB66112103-
CMYK0.4100.080.56
HSL168.26º25.84%34.9%-
HSV(B)168.26º41.07%43.92%-
XYZ10.4913.7314.93-
YUV97.22131.26105.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=23.49%
G=39.86%
B=36.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661121030.4100.080.56168.2625.8434.9
Hex427067290838a81a23
Octal10216014751010702503243
Binary100001011100001100111101001010001110001010100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427067; }

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

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

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

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

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

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

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

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