#4B766F

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

Shades of Dark Green Copper #4B766F

Tints of Dark Green Copper #4B766F

Color information

#4B766F (or 0x4B766F) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 76 and 6F. RGB value is (75,118,111). Sum of RGB (Red+Green+Blue) = 75+118+111=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #4B766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B766F is #B48990. Grayscale: #686868. Windows color (decimal): -11831697 or 7304779. OLE color: 7304779.

HSL color Cylindrical-coordinate representation of color #4B766F: hue angle of 170.23º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B766F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB75118111-
CMYK0.3600.060.54
HSL170.23º22.28%37.84%-
HSV(B)170.23º36.44%46.27%-
XYZ12.2515.617.4-
YUV104.34131.75107.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=24.67%
G=38.82%
B=36.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751181110.3600.060.54170.2322.2837.84
Hex4B766F240636aa1626
Octal1131661574406662522646
Binary10010111110110110111110010001101101101010101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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