#43544F

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

Shades of Corduroy #43544F

Tints of Corduroy #43544F

Color information

#43544F (or 0x43544F) is unknown color: approx Corduroy. HEX triplet: 43, 54 and 4F. RGB value is (67,84,79). Sum of RGB (Red+Green+Blue) = 67+84+79=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #43544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43544F is #BCABB0. Grayscale: #4E4E4E. Windows color (decimal): -12364721 or 5198915. OLE color: 5198915.

HSL color Cylindrical-coordinate representation of color #43544F: hue angle of 162.35º 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 #43544F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB678479-
CMYK0.2000.060.67
HSL162.35º11.26%29.61%-
HSV(B)162.35º20.24%32.94%-
XYZ6.98.18.6-
YUV78.35128.37119.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=29.13%
G=36.52%
B=34.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784790.2000.060.67162.3511.2629.61
Hex43544F140643a2b1e
Octal10312411724061032421336
Binary100001110101001001111101000110100001110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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