#4B796A

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

Shades of Dark Green Copper #4B796A

Tints of Dark Green Copper #4B796A

Color information

#4B796A (or 0x4B796A) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 79 and 6A. RGB value is (75,121,106). Sum of RGB (Red+Green+Blue) = 75+121+106=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796A is #B48695. Grayscale: #696969. Windows color (decimal): -11830934 or 6977867. OLE color: 6977867.

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

Color convert

RGB75121106-
CMYK0.3800.120.53
HSL160.43º23.47%38.43%-
HSV(B)160.43º38.02%47.45%-
XYZ12.3416.2116.11-
YUV105.54128.26106.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=24.83%
G=40.07%
B=35.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211060.3800.120.53160.4323.4738.43
Hex4B796A260C35a01726
Octal11317115246014652402746
Binary100101111110011101010100110011001101011010000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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