#4B7872

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

Shades of Dark Green Copper #4B7872

Tints of Dark Green Copper #4B7872

Color information

#4B7872 (or 0x4B7872) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 78 and 72. RGB value is (75,120,114). Sum of RGB (Red+Green+Blue) = 75+120+114=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7872 is #B4878D. Grayscale: #696969. Windows color (decimal): -11831182 or 7501899. OLE color: 7501899.

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

Color convert

RGB75120114-
CMYK0.3700.050.53
HSL172º23.08%38.24%-
HSV(B)172º37.5%47.06%-
XYZ12.6616.1418.37-
YUV105.86132.59105.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=24.27%
G=38.83%
B=36.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751201140.3700.050.5317223.0838.24
Hex4B7872250535ac1726
Octal1131701624505652542746
Binary10010111111000111001010010101011101011010110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,114); }

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

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

 a { background-color: rgb(75,120,114); }

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

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

 span { border-color: rgb(75,120,114); }

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