#4C736B

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

Shades of Dark Green Copper #4C736B

Tints of Dark Green Copper #4C736B

Color information

#4C736B (or 0x4C736B) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 73 and 6B. RGB value is (76,115,107). Sum of RGB (Red+Green+Blue) = 76+115+107=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #4C736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C736B is #B38C94. Grayscale: #666666. Windows color (decimal): -11766933 or 7041868. OLE color: 7041868.

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

Color convert

RGB76115107-
CMYK0.3400.070.55
HSL167.69º20.42%37.45%-
HSV(B)167.69º33.91%45.1%-
XYZ11.7714.8616.16-
YUV102.43130.58109.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=25.50%
G=38.59%
B=35.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761151070.3400.070.55167.6920.4237.45
Hex4C736B220737a81425
Octal1141631534207672502445
Binary10011001110011110101110001001111101111010100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,107); }

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

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

 a { background-color: rgb(76,115,107); }

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

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

 span { border-color: rgb(76,115,107); }

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