#4B736E

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

Shades of Dark Green Copper #4B736E

Tints of Dark Green Copper #4B736E

Color information

#4B736E (or 0x4B736E) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 73 and 6E. RGB value is (75,115,110). Sum of RGB (Red+Green+Blue) = 75+115+110=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #4B736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B736E is #B48C91. Grayscale: #666666. Windows color (decimal): -11832466 or 7238475. OLE color: 7238475.

HSL color Cylindrical-coordinate representation of color #4B736E: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B736E is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB75115110-
CMYK0.3500.040.55
HSL172.5º21.05%37.25%-
HSV(B)172.5º34.78%45.1%-
XYZ11.8514.8817-
YUV102.47132.25108.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=25%
G=38.33%
B=36.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751151100.3500.040.55172.521.0537.25
Hex4B736E230437ac1525
Octal1131631564304672542545
Binary10010111110011110111010001101001101111010110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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