#427269

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

Shades of Dark Green Copper #427269

Tints of Dark Green Copper #427269

Color information

#427269 (or 0x427269) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 69. RGB value is (66,114,105). Sum of RGB (Red+Green+Blue) = 66+114+105=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #427269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427269 is #BD8D96. Grayscale: #626262. Windows color (decimal): -12422551 or 6910530. OLE color: 6910530.

HSL color Cylindrical-coordinate representation of color #427269: hue angle of 168.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 #427269 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB66114105-
CMYK0.4200.080.55
HSL168.75º26.67%35.29%-
HSV(B)168.75º42.11%44.71%-
XYZ10.8114.2115.54-
YUV98.62131.6104.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=23.16%
G=40%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661141050.4200.080.55168.7526.6735.29
Hex4272692A0837a91b23
Octal10216215152010672513343
Binary100001011100101101001101010010001101111010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427269; }

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

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

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

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

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

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

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

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