#42736C

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

Shades of Dark Green Copper #42736C

Tints of Dark Green Copper #42736C

Color information

#42736C (or 0x42736C) is unknown color: approx Dark Green Copper. HEX triplet: 42, 73 and 6C. RGB value is (66,115,108). Sum of RGB (Red+Green+Blue) = 66+115+108=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #42736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42736C is #BD8C93. Grayscale: #636363. Windows color (decimal): -12422292 or 7107394. OLE color: 7107394.

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

Color convert

RGB66115108-
CMYK0.4300.060.55
HSL171.43º27.07%35.49%-
HSV(B)171.43º42.61%45.1%-
XYZ11.0814.516.4-
YUV99.55132.77104.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=22.84%
G=39.79%
B=37.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661151080.4300.060.55171.4327.0735.49
Hex42736C2B0637ab1b23
Octal1021631545306672533343
Binary10000101110011110110010101101101101111010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42736C; }

 p { color: rgb(66,115,108); }

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

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

 a { background-color: rgb(66,115,108); }

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

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

 span { border-color: rgb(66,115,108); }

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