#427567

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

Shades of Dark Green Copper #427567

Tints of Dark Green Copper #427567

Color information

#427567 (or 0x427567) is unknown color: approx Dark Green Copper. HEX triplet: 42, 75 and 67. RGB value is (66,117,103). Sum of RGB (Red+Green+Blue) = 66+117+103=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #427567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427567 is #BD8A98. Grayscale: #646464. Windows color (decimal): -12421785 or 6780226. OLE color: 6780226.

HSL color Cylindrical-coordinate representation of color #427567: hue angle of 163.53º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427567 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB66117103-
CMYK0.4400.120.54
HSL163.53º27.87%35.88%-
HSV(B)163.53º43.59%45.88%-
XYZ11.0614.8615.12-
YUV100.16129.6103.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=23.08%
G=40.91%
B=36.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171030.4400.120.54163.5327.8735.88
Hex4275672C0C36a41c24
Octal10216514754014662443444
Binary100001011101011100111101100011001101101010010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427567; }

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

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

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

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

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

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

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

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