#424D48

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

Shades of Corduroy #424D48

Tints of Corduroy #424D48

Color information

#424D48 (or 0x424D48) is unknown color: approx Corduroy. HEX triplet: 42, 4D and 48. RGB value is (66,77,72). Sum of RGB (Red+Green+Blue) = 66+77+72=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #424D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D48 is #BDB2B7. Grayscale: #494949. Windows color (decimal): -12432056 or 4738370. OLE color: 4738370.

HSL color Cylindrical-coordinate representation of color #424D48: hue angle of 152.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D48 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB667772-
CMYK0.1400.060.70
HSL152.73º7.69%28.04%-
HSV(B)152.73º14.29%30.2%-
XYZ6.076.937.15-
YUV73.14127.36122.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=30.70%
G=35.81%
B=33.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677720.1400.060.70152.737.6928.04
Hex424D48E06469981c
Octal10211511016061062311034
Binary10000101001101100100011100110100011010011001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D48; }

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

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

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

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

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

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

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

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