#4B756B

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

Shades of Dark Green Copper #4B756B

Tints of Dark Green Copper #4B756B

Color information

#4B756B (or 0x4B756B) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 75 and 6B. RGB value is (75,117,107). Sum of RGB (Red+Green+Blue) = 75+117+107=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #4B756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B756B is #B48A94. Grayscale: #676767. Windows color (decimal): -11831957 or 7042379. OLE color: 7042379.

HSL color Cylindrical-coordinate representation of color #4B756B: hue angle of 165.71º 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 #4B756B is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB75117107-
CMYK0.3600.090.54
HSL165.71º21.87%37.65%-
HSV(B)165.71º35.9%45.88%-
XYZ11.9215.2816.23-
YUV103.3130.09107.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=25.08%
G=39.13%
B=35.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751171070.3600.090.54165.7121.8737.65
Hex4B756B240936a61626
Octal11316515344011662462646
Binary100101111101011101011100100010011101101010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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