#4B7870

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

Shades of Dark Green Copper #4B7870

Tints of Dark Green Copper #4B7870

Color information

#4B7870 (or 0x4B7870) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 78 and 70. RGB value is (75,120,112). Sum of RGB (Red+Green+Blue) = 75+120+112=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7870 is #B4878F. Grayscale: #696969. Windows color (decimal): -11831184 or 7370827. OLE color: 7370827.

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

Color convert

RGB75120112-
CMYK0.3700.070.53
HSL169.33º23.08%38.24%-
HSV(B)169.33º37.5%47.06%-
XYZ12.5416.117.78-
YUV105.63131.59106.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=24.43%
G=39.09%
B=36.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751201120.3700.070.53169.3323.0838.24
Hex4B7870250735a91726
Octal1131701604507652512746
Binary10010111111000111000010010101111101011010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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