#4B7B6F

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

Shades of Dark Green Copper #4B7B6F

Tints of Dark Green Copper #4B7B6F

Color information

#4B7B6F (or 0x4B7B6F) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 7B and 6F. RGB value is (75,123,111). Sum of RGB (Red+Green+Blue) = 75+123+111=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7B6F is #B48490. Grayscale: #6B6B6B. Windows color (decimal): -11830417 or 7306059. OLE color: 7306059.

HSL color Cylindrical-coordinate representation of color #4B7B6F: hue angle of 165º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7B6F is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB75123111-
CMYK0.3900.100.52
HSL165º24.24%38.82%-
HSV(B)165º39.02%48.24%-
XYZ12.8516.8117.61-
YUV107.28130.1104.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=24.27%
G=39.81%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751231110.3900.100.5216524.2438.82
Hex4B7B6F270A34a51827
Octal11317315747012642453047
Binary100101111110111101111100111010101101001010010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,123,111); }

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

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

 a { background-color: rgb(75,123,111); }

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

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

 span { border-color: rgb(75,123,111); }

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