#4B7363

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

Shades of Dark Green Copper #4B7363

Tints of Dark Green Copper #4B7363

Color information

#4B7363 (or 0x4B7363) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 73 and 63. RGB value is (75,115,99). Sum of RGB (Red+Green+Blue) = 75+115+99=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7363 is #B48C9C. Grayscale: #656565. Windows color (decimal): -11832477 or 6517579. OLE color: 6517579.

HSL color Cylindrical-coordinate representation of color #4B7363: hue angle of 156º 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 #4B7363 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7511599-
CMYK0.3500.140.55
HSL156º21.05%37.25%-
HSV(B)156º34.78%45.1%-
XYZ11.2814.6614.04-
YUV101.22126.75109.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=25.95%
G=39.79%
B=34.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115990.3500.140.5515621.0537.25
Hex4B7363230E379c1525
Octal11316314343016672342545
Binary100101111100111100011100011011101101111001110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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