#42524E

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

Shades of Corduroy #42524E

Tints of Corduroy #42524E

Color information

#42524E (or 0x42524E) is unknown color: approx Corduroy. HEX triplet: 42, 52 and 4E. RGB value is (66,82,78). Sum of RGB (Red+Green+Blue) = 66+82+78=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #42524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42524E is #BDADB1. Grayscale: #4C4C4C. Windows color (decimal): -12430770 or 5132866. OLE color: 5132866.

HSL color Cylindrical-coordinate representation of color #42524E: hue angle of 165º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42524E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB668278-
CMYK0.2000.050.68
HSL165º10.81%29.02%-
HSV(B)165º19.51%32.16%-
XYZ6.647.748.35-
YUV76.76128.7120.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=29.20%
G=36.28%
B=34.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682780.2000.050.6816510.8129.02
Hex42524E140544a5b1d
Octal10212211624051042451335
Binary100001010100101001110101000101100010010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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