#42544E

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

Shades of Corduroy #42544E

Tints of Corduroy #42544E

Color information

#42544E (or 0x42544E) is unknown color: approx Corduroy. HEX triplet: 42, 54 and 4E. RGB value is (66,84,78). Sum of RGB (Red+Green+Blue) = 66+84+78=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #42544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42544E is #BDABB1. Grayscale: #4D4D4D. Windows color (decimal): -12430258 or 5133378. OLE color: 5133378.

HSL color Cylindrical-coordinate representation of color #42544E: hue angle of 160º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42544E is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB668478-
CMYK0.2100.070.67
HSL160º12%29.41%-
HSV(B)160º21.43%32.94%-
XYZ6.798.058.4-
YUV77.93128.04119.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=28.95%
G=36.84%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684780.2100.070.671601229.41
Hex42544E150743a0c1d
Octal10212411625071032401435
Binary100001010101001001110101010111100001110100000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42544E; }

 p { color: rgb(66,84,78); }

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

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

 a { background-color: rgb(66,84,78); }

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

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

 span { border-color: rgb(66,84,78); }

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