#435550

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

Shades of Corduroy #435550

Tints of Corduroy #435550

Color information

#435550 (or 0x435550) is unknown color: approx Corduroy. HEX triplet: 43, 55 and 50. RGB value is (67,85,80). Sum of RGB (Red+Green+Blue) = 67+85+80=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #435550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435550 is #BCAAAF. Grayscale: #4F4F4F. Windows color (decimal): -12364464 or 5264707. OLE color: 5264707.

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

Color convert

RGB678580-
CMYK0.2100.060.67
HSL163.33º11.84%29.8%-
HSV(B)163.33º21.18%33.33%-
XYZ7.018.278.82-
YUV79.05128.54119.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=28.88%
G=36.64%
B=34.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785800.2100.060.67163.3311.8429.8
Hex435550150643a3c1e
Octal10312512025061032431436
Binary100001110101011010000101010110100001110100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435550; }

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

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

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

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

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

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

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

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