#4B756C

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

Shades of Dark Green Copper #4B756C

Tints of Dark Green Copper #4B756C

Color information

#4B756C (or 0x4B756C) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 75 and 6C. RGB value is (75,117,108). Sum of RGB (Red+Green+Blue) = 75+117+108=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #4B756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B756C is #B48A93. Grayscale: #676767. Windows color (decimal): -11831956 or 7107915. OLE color: 7107915.

HSL color Cylindrical-coordinate representation of color #4B756C: hue angle of 167.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B756C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB75117108-
CMYK0.3600.080.54
HSL167.14º21.87%37.65%-
HSV(B)167.14º35.9%45.88%-
XYZ11.9715.316.51-
YUV103.42130.59107.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 108 (42.58% from 255) = 36%
R=25%
G=39%
B=36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751171080.3600.080.54167.1421.8737.65
Hex4B756C240836a71626
Octal11316515444010662472646
Binary100101111101011101100100100010001101101010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,117,108); }

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

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

 a { background-color: rgb(75,117,108); }

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

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

 span { border-color: rgb(75,117,108); }

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