#42726B

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

Shades of Dark Green Copper #42726B

Tints of Dark Green Copper #42726B

Color information

#42726B (or 0x42726B) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 6B. RGB value is (66,114,107). Sum of RGB (Red+Green+Blue) = 66+114+107=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #42726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726B is #BD8D94. Grayscale: #626262. Windows color (decimal): -12422549 or 7041602. OLE color: 7041602.

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

Color convert

RGB66114107-
CMYK0.4200.060.55
HSL171.25º26.67%35.29%-
HSV(B)171.25º42.11%44.71%-
XYZ10.9214.2516.09-
YUV98.85132.6104.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=23.00%
G=39.72%
B=37.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661141070.4200.060.55171.2526.6735.29
Hex42726B2A0637ab1b23
Octal1021621535206672533343
Binary10000101110010110101110101001101101111010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42726B; }

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

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

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

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

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

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

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

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