#427068

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

Shades of Dark Green Copper #427068

Tints of Dark Green Copper #427068

Color information

#427068 (or 0x427068) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 68. RGB value is (66,112,104). Sum of RGB (Red+Green+Blue) = 66+112+104=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #427068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427068 is #BD8F97. Grayscale: #616161. Windows color (decimal): -12423064 or 6844482. OLE color: 6844482.

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

Color convert

RGB66112104-
CMYK0.4100.070.56
HSL169.57º25.84%34.9%-
HSV(B)169.57º41.07%43.92%-
XYZ10.5413.7515.19-
YUV97.33131.76105.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=23.40%
G=39.72%
B=36.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661121040.4100.070.56169.5725.8434.9
Hex427068290738aa1a23
Octal1021601505107702523243
Binary10000101110000110100010100101111110001010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427068; }

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

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

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

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

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

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

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

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