#4B6C65

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

Shades of Dark Green Copper #4B6C65

Tints of Dark Green Copper #4B6C65

Color information

#4B6C65 (or 0x4B6C65) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 6C and 65. RGB value is (75,108,101). Sum of RGB (Red+Green+Blue) = 75+108+101=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6C65 is #B4939A. Grayscale: #616161. Windows color (decimal): -11834267 or 6646859. OLE color: 6646859.

HSL color Cylindrical-coordinate representation of color #4B6C65: hue angle of 167.27º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6C65 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB75108101-
CMYK0.3100.060.58
HSL167.27º18.03%35.88%-
HSV(B)167.27º30.56%42.35%-
XYZ10.6113.1614.29-
YUV97.34130.07112.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=26.41%
G=38.03%
B=35.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal751081010.3100.060.58167.2718.0335.88
Hex4B6C651F063Aa71224
Octal1131541453706722472244
Binary1001011110110011001011111101101110101010011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,101); }

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

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

 a { background-color: rgb(75,108,101); }

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

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

 span { border-color: rgb(75,108,101); }

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