#4B796D

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

Shades of Dark Green Copper #4B796D

Tints of Dark Green Copper #4B796D

Color information

#4B796D (or 0x4B796D) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 79 and 6D. RGB value is (75,121,109). Sum of RGB (Red+Green+Blue) = 75+121+109=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796D is #B48692. Grayscale: #696969. Windows color (decimal): -11830931 or 7174475. OLE color: 7174475.

HSL color Cylindrical-coordinate representation of color #4B796D: hue angle of 164.35º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B796D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB75121109-
CMYK0.3800.100.53
HSL164.35º23.47%38.43%-
HSV(B)164.35º38.02%47.45%-
XYZ12.516.2716.95-
YUV105.88129.76105.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=24.59%
G=39.67%
B=35.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211090.3800.100.53164.3523.4738.43
Hex4B796D260A35a41726
Octal11317115546012652442746
Binary100101111110011101101100110010101101011010010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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