#423544

Color #423544 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #423544

Tints of Fuscous Grey #423544

Color information

#423544 (or 0x423544) is unknown color: approx Fuscous Grey. HEX triplet: 42, 35 and 44. RGB value is (66,53,68). Sum of RGB (Red+Green+Blue) = 66+53+68=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #423544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423544 is #BDCABB. Grayscale: #3A3A3A. Windows color (decimal): -12438204 or 4470082. OLE color: 4470082.

HSL color Cylindrical-coordinate representation of color #423544: hue angle of 292º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #423544 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665368-
CMYK0.030.2200.73
HSL292º12.4%23.73%-
HSV(B)292º22.06%26.67%-
XYZ4.564.126.02-
YUV58.6133.31133.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=35.29%
G=28.34%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6653680.030.2200.7329212.423.73
Hex423544316049124c18
Octal1026510432601114441430
Binary10000101101011000100111011001001001100100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423544; }

 p { color: rgb(66,53,68); }

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

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

 a { background-color: rgb(66,53,68); }

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

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

 span { border-color: rgb(66,53,68); }

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