#476360

Color #476360 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #476360

Tints of Dark Slate #476360

Color information

#476360 (or 0x476360) is unknown color: approx Dark Slate. HEX triplet: 47, 63 and 60. RGB value is (71,99,96). Sum of RGB (Red+Green+Blue) = 71+99+96=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #476360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476360 is #B89C9F. Grayscale: #5A5A5A. Windows color (decimal): -12098720 or 6316871. OLE color: 6316871.

HSL color Cylindrical-coordinate representation of color #476360: hue angle of 173.57º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476360 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB719996-
CMYK0.2800.030.61
HSL173.57º16.47%33.33%-
HSV(B)173.57º28.28%38.82%-
XYZ9.1711.1112.73-
YUV90.29131.22114.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=26.69%
G=37.22%
B=36.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199960.2800.030.61173.5716.4733.33
Hex4763601C033Dae1021
Octal1071431403403752562041
Binary100011111000111100000111000111111011010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476360; }

 p { color: rgb(71,99,96); }

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

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

 a { background-color: rgb(71,99,96); }

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

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

 span { border-color: rgb(71,99,96); }

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