#4B7C6F

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

Shades of Dark Green Copper #4B7C6F

Tints of Dark Green Copper #4B7C6F

Color information

#4B7C6F (or 0x4B7C6F) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 7C and 6F. RGB value is (75,124,111). Sum of RGB (Red+Green+Blue) = 75+124+111=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7C6F is #B48390. Grayscale: #6B6B6B. Windows color (decimal): -11830161 or 7306315. OLE color: 7306315.

HSL color Cylindrical-coordinate representation of color #4B7C6F: hue angle of 164.08º 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 #4B7C6F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB75124111-
CMYK0.4000.100.51
HSL164.08º24.62%39.02%-
HSV(B)164.08º39.52%48.63%-
XYZ12.9817.0617.65-
YUV107.87129.77104.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=24.19%
G=40%
B=35.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751241110.4000.100.51164.0824.6239.02
Hex4B7C6F280A33a41927
Octal11317415750012632443147
Binary100101111111001101111101000010101100111010010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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