#427069

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

Shades of Dark Green Copper #427069

Tints of Dark Green Copper #427069

Color information

#427069 (or 0x427069) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 69. RGB value is (66,112,105). Sum of RGB (Red+Green+Blue) = 66+112+105=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #427069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427069 is #BD8F96. Grayscale: #616161. Windows color (decimal): -12423063 or 6910018. OLE color: 6910018.

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

Color convert

RGB66112105-
CMYK0.4100.060.56
HSL170.87º25.84%34.9%-
HSV(B)170.87º41.07%43.92%-
XYZ10.5913.7715.46-
YUV97.45132.26105.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=23.32%
G=39.58%
B=37.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661121050.4100.060.56170.8725.8434.9
Hex427069290638ab1a23
Octal1021601515106702533243
Binary10000101110000110100110100101101110001010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427069; }

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

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

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

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

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

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

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

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