#42514D

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

Shades of Corduroy #42514D

Tints of Corduroy #42514D

Color information

#42514D (or 0x42514D) is unknown color: approx Corduroy. HEX triplet: 42, 51 and 4D. RGB value is (66,81,77). Sum of RGB (Red+Green+Blue) = 66+81+77=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #42514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42514D is #BDAEB2. Grayscale: #4C4C4C. Windows color (decimal): -12431027 or 5067074. OLE color: 5067074.

HSL color Cylindrical-coordinate representation of color #42514D: hue angle of 164º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42514D is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB668177-
CMYK0.1900.050.68
HSL164º10.2%28.82%-
HSV(B)164º18.52%31.76%-
XYZ6.537.588.14-
YUV76.06128.53120.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=29.46%
G=36.16%
B=34.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681770.1900.050.6816410.228.82
Hex42514D130544a4a1d
Octal10212111523051042441235
Binary100001010100011001101100110101100010010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42514D; }

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

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

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

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

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

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

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

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