#4B7C73

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

Shades of Dark Green Copper #4B7C73

Tints of Dark Green Copper #4B7C73

Color information

#4B7C73 (or 0x4B7C73) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 7C and 73. RGB value is (75,124,115). Sum of RGB (Red+Green+Blue) = 75+124+115=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7C73 is #B4838C. Grayscale: #6C6C6C. Windows color (decimal): -11830157 or 7568459. OLE color: 7568459.

HSL color Cylindrical-coordinate representation of color #4B7C73: hue angle of 168.98º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7C73 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB75124115-
CMYK0.4000.070.51
HSL168.98º24.62%39.02%-
HSV(B)168.98º39.52%48.63%-
XYZ13.217.1518.83-
YUV108.32131.77104.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=23.89%
G=39.49%
B=36.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751241150.4000.070.51168.9824.6239.02
Hex4B7C73280733a91927
Octal1131741635007632513147
Binary10010111111100111001110100001111100111010100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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