#4B706B

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

Shades of Dark Green Copper #4B706B

Tints of Dark Green Copper #4B706B

Color information

#4B706B (or 0x4B706B) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 70 and 6B. RGB value is (75,112,107). Sum of RGB (Red+Green+Blue) = 75+112+107=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #4B706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B706B is #B48F94. Grayscale: #646464. Windows color (decimal): -11833237 or 7041099. OLE color: 7041099.

HSL color Cylindrical-coordinate representation of color #4B706B: hue angle of 171.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B706B is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB75112107-
CMYK0.3300.040.56
HSL171.89º19.79%36.67%-
HSV(B)171.89º33.04%43.92%-
XYZ11.3514.1516.04-
YUV100.37131.74109.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=25.51%
G=38.10%
B=36.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751121070.3300.040.56171.8919.7936.67
Hex4B706B210438ac1425
Octal1131601534104702542445
Binary10010111110000110101110000101001110001010110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B706B; }

 p { color: rgb(75,112,107); }

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

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

 a { background-color: rgb(75,112,107); }

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

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

 span { border-color: rgb(75,112,107); }

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