#42514E

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

Shades of Corduroy #42514E

Tints of Corduroy #42514E

Color information

#42514E (or 0x42514E) is unknown color: approx Corduroy. HEX triplet: 42, 51 and 4E. RGB value is (66,81,78). Sum of RGB (Red+Green+Blue) = 66+81+78=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #42514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42514E is #BDAEB1. Grayscale: #4C4C4C. Windows color (decimal): -12431026 or 5132610. OLE color: 5132610.

HSL color Cylindrical-coordinate representation of color #42514E: hue angle of 168º 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 #42514E is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB668178-
CMYK0.1900.040.68
HSL168º10.2%28.82%-
HSV(B)168º18.52%31.76%-
XYZ6.567.598.33-
YUV76.17129.03120.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=29.33%
G=36%
B=34.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681780.1900.040.6816810.228.82
Hex42514E130444a8a1d
Octal10212111623041042501235
Binary100001010100011001110100110100100010010101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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