#42514B

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

Shades of Corduroy #42514B

Tints of Corduroy #42514B

Color information

#42514B (or 0x42514B) is unknown color: approx Corduroy. HEX triplet: 42, 51 and 4B. RGB value is (66,81,75). Sum of RGB (Red+Green+Blue) = 66+81+75=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #42514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42514B is #BDAEB4. Grayscale: #4B4B4B. Windows color (decimal): -12431029 or 4936002. OLE color: 4936002.

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

Color convert

RGB668175-
CMYK0.1900.070.68
HSL156º10.2%28.82%-
HSV(B)156º18.52%31.76%-
XYZ6.467.557.77-
YUV75.83127.53120.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=29.73%
G=36.49%
B=33.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681750.1900.070.6815610.228.82
Hex42514B1307449ca1d
Octal10212111323071042341235
Binary100001010100011001011100110111100010010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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