#42736B

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

Shades of Dark Green Copper #42736B

Tints of Dark Green Copper #42736B

Color information

#42736B (or 0x42736B) is unknown color: approx Dark Green Copper. HEX triplet: 42, 73 and 6B. RGB value is (66,115,107). Sum of RGB (Red+Green+Blue) = 66+115+107=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #42736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42736B is #BD8C94. Grayscale: #636363. Windows color (decimal): -12422293 or 7041858. OLE color: 7041858.

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

Color convert

RGB66115107-
CMYK0.4300.070.55
HSL170.2º27.07%35.49%-
HSV(B)170.2º42.61%45.1%-
XYZ11.0314.4816.12-
YUV99.44132.27104.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=22.92%
G=39.93%
B=37.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661151070.4300.070.55170.227.0735.49
Hex42736B2B0737aa1b23
Octal1021631535307672523343
Binary10000101110011110101110101101111101111010101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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