#43514E

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

Shades of Corduroy #43514E

Tints of Corduroy #43514E

Color information

#43514E (or 0x43514E) is unknown color: approx Corduroy. HEX triplet: 43, 51 and 4E. RGB value is (67,81,78). Sum of RGB (Red+Green+Blue) = 67+81+78=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #43514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43514E is #BCAEB1. Grayscale: #4C4C4C. Windows color (decimal): -12365490 or 5132611. OLE color: 5132611.

HSL color Cylindrical-coordinate representation of color #43514E: hue angle of 167.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43514E is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB678178-
CMYK0.1700.040.68
HSL167.14º9.46%29.02%-
HSV(B)167.14º17.28%31.76%-
XYZ6.637.638.33-
YUV76.47128.86121.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=29.65%
G=35.84%
B=34.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6781780.1700.040.68167.149.4629.02
Hex43514E110444a791d
Octal10312111621041042471135
Binary100001110100011001110100010100100010010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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