#43554F

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

Shades of Corduroy #43554F

Tints of Corduroy #43554F

Color information

#43554F (or 0x43554F) is unknown color: approx Corduroy. HEX triplet: 43, 55 and 4F. RGB value is (67,85,79). Sum of RGB (Red+Green+Blue) = 67+85+79=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #43554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43554F is #BCAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12364465 or 5199171. OLE color: 5199171.

HSL color Cylindrical-coordinate representation of color #43554F: hue angle of 160º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43554F is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB678579-
CMYK0.2100.070.67
HSL160º11.84%29.8%-
HSV(B)160º21.18%33.33%-
XYZ6.978.258.62-
YUV78.93128.04119.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=29.00%
G=36.80%
B=34.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785790.2100.070.6716011.8429.8
Hex43554F150743a0c1e
Octal10312511725071032401436
Binary100001110101011001111101010111100001110100000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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