#4B756D

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

Shades of Dark Green Copper #4B756D

Tints of Dark Green Copper #4B756D

Color information

#4B756D (or 0x4B756D) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 75 and 6D. RGB value is (75,117,109). Sum of RGB (Red+Green+Blue) = 75+117+109=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #4B756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B756D is #B48A92. Grayscale: #676767. Windows color (decimal): -11831955 or 7173451. OLE color: 7173451.

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

Color convert

RGB75117109-
CMYK0.3600.070.54
HSL168.57º21.87%37.65%-
HSV(B)168.57º35.9%45.88%-
XYZ12.0215.3216.79-
YUV103.53131.09107.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=24.92%
G=38.87%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751171090.3600.070.54168.5721.8737.65
Hex4B756D240736a91626
Octal1131651554407662512646
Binary10010111110101110110110010001111101101010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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