#43544E

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

Shades of Corduroy #43544E

Tints of Corduroy #43544E

Color information

#43544E (or 0x43544E) is unknown color: approx Corduroy. HEX triplet: 43, 54 and 4E. RGB value is (67,84,78). Sum of RGB (Red+Green+Blue) = 67+84+78=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #43544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43544E is #BCABB1. Grayscale: #4E4E4E. Windows color (decimal): -12364722 or 5133379. OLE color: 5133379.

HSL color Cylindrical-coordinate representation of color #43544E: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #43544E is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB678478-
CMYK0.2000.070.67
HSL158.82º11.26%29.61%-
HSV(B)158.82º20.24%32.94%-
XYZ6.868.088.41-
YUV78.23127.87119.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=29.26%
G=36.68%
B=34.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784780.2000.070.67158.8211.2629.61
Hex43544E1407439fb1e
Octal10312411624071032371336
Binary100001110101001001110101000111100001110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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