#4B6F63

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

Shades of Dark Green Copper #4B6F63

Tints of Dark Green Copper #4B6F63

Color information

#4B6F63 (or 0x4B6F63) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 6F and 63. RGB value is (75,111,99). Sum of RGB (Red+Green+Blue) = 75+111+99=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F63 is #B4909C. Grayscale: #626262. Windows color (decimal): -11833501 or 6516555. OLE color: 6516555.

HSL color Cylindrical-coordinate representation of color #4B6F63: hue angle of 160º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6F63 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB7511199-
CMYK0.3200.110.56
HSL160º19.35%36.47%-
HSV(B)160º32.43%43.53%-
XYZ10.8413.7713.89-
YUV98.87128.07110.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=26.32%
G=38.95%
B=34.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75111990.3200.110.5616019.3536.47
Hex4B6F63200B38a01324
Octal11315714340013702402344
Binary100101111011111100011100000010111110001010000010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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