#424845

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

Shades of Corduroy #424845

Tints of Corduroy #424845

Color information

#424845 (or 0x424845) is unknown color: approx Corduroy. HEX triplet: 42, 48 and 45. RGB value is (66,72,69). Sum of RGB (Red+Green+Blue) = 66+72+69=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 72 - color contains mainly: green. Hex color #424845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424845 is #BDB7BA. Grayscale: #454545. Windows color (decimal): -12433339 or 4540482. OLE color: 4540482.

HSL color Cylindrical-coordinate representation of color #424845: hue angle of 150º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424845 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB667269-
CMYK0.0800.040.72
HSL150º4.35%27.06%-
HSV(B)150º8.33%28.24%-
XYZ5.646.226.53-
YUV69.86127.51125.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=31.88%
G=34.78%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672690.0800.040.721504.3527.06
Hex424845804489641b
Octal1021101051004110226433
Binary1000010100100010001011000010010010001001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424845; }

 p { color: rgb(66,72,69); }

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

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

 a { background-color: rgb(66,72,69); }

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

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

 span { border-color: rgb(66,72,69); }

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