#4B7165

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

Shades of Dark Green Copper #4B7165

Tints of Dark Green Copper #4B7165

Color information

#4B7165 (or 0x4B7165) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 71 and 65. RGB value is (75,113,101). Sum of RGB (Red+Green+Blue) = 75+113+101=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7165 is #B48E9A. Grayscale: #646464. Windows color (decimal): -11832987 or 6648139. OLE color: 6648139.

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

Color convert

RGB75113101-
CMYK0.3400.110.56
HSL161.05º20.21%36.86%-
HSV(B)161.05º33.63%44.31%-
XYZ11.1614.2514.47-
YUV100.27128.41109.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=25.95%
G=39.10%
B=34.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751131010.3400.110.56161.0520.2136.86
Hex4B7165220B38a11425
Octal11316114542013702412445
Binary100101111100011100101100010010111110001010000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,101); }

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

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

 a { background-color: rgb(75,113,101); }

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

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

 span { border-color: rgb(75,113,101); }

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