#427265

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

Shades of Dark Green Copper #427265

Tints of Dark Green Copper #427265

Color information

#427265 (or 0x427265) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 65. RGB value is (66,114,101). Sum of RGB (Red+Green+Blue) = 66+114+101=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #427265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427265 is #BD8D9A. Grayscale: #626262. Windows color (decimal): -12422555 or 6648386. OLE color: 6648386.

HSL color Cylindrical-coordinate representation of color #427265: hue angle of 163.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427265 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB66114101-
CMYK0.4200.110.55
HSL163.75º26.67%35.29%-
HSV(B)163.75º42.11%44.71%-
XYZ10.6114.1314.48-
YUV98.17129.6105.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=23.49%
G=40.57%
B=35.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661141010.4200.110.55163.7526.6735.29
Hex4272652A0B37a41b23
Octal10216214552013672443343
Binary100001011100101100101101010010111101111010010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427265; }

 p { color: rgb(66,114,101); }

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

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

 a { background-color: rgb(66,114,101); }

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

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

 span { border-color: rgb(66,114,101); }

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