#4B796E

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

Shades of Dark Green Copper #4B796E

Tints of Dark Green Copper #4B796E

Color information

#4B796E (or 0x4B796E) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 79 and 6E. RGB value is (75,121,110). Sum of RGB (Red+Green+Blue) = 75+121+110=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796E is #B48691. Grayscale: #696969. Windows color (decimal): -11830930 or 7240011. OLE color: 7240011.

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

Color convert

RGB75121110-
CMYK0.3800.090.53
HSL165.65º23.47%38.43%-
HSV(B)165.65º38.02%47.45%-
XYZ12.5516.317.24-
YUV105.99130.26105.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=24.51%
G=39.54%
B=35.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211100.3800.090.53165.6523.4738.43
Hex4B796E260935a61726
Octal11317115646011652462746
Binary100101111110011101110100110010011101011010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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