#43524E

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

Shades of Corduroy #43524E

Tints of Corduroy #43524E

Color information

#43524E (or 0x43524E) is unknown color: approx Corduroy. HEX triplet: 43, 52 and 4E. RGB value is (67,82,78). Sum of RGB (Red+Green+Blue) = 67+82+78=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #43524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43524E is #BCADB1. Grayscale: #4D4D4D. Windows color (decimal): -12365234 or 5132867. OLE color: 5132867.

HSL color Cylindrical-coordinate representation of color #43524E: 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.18%. Process color model (Four color, CMYK) of #43524E is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB678278-
CMYK0.1800.050.68
HSL164º10.07%29.22%-
HSV(B)164º18.29%32.16%-
XYZ6.717.788.36-
YUV77.06128.53120.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=29.52%
G=36.12%
B=34.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6782780.1800.050.6816410.0729.22
Hex43524E120544a4a1d
Octal10312211622051042441235
Binary100001110100101001110100100101100010010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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