#435450

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

Shades of Corduroy #435450

Tints of Corduroy #435450

Color information

#435450 (or 0x435450) is unknown color: approx Corduroy. HEX triplet: 43, 54 and 50. RGB value is (67,84,80). Sum of RGB (Red+Green+Blue) = 67+84+80=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #435450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435450 is #BCABAF. Grayscale: #4E4E4E. Windows color (decimal): -12364720 or 5264451. OLE color: 5264451.

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

Color convert

RGB678480-
CMYK0.2000.050.67
HSL165.88º11.26%29.61%-
HSV(B)165.88º20.24%32.94%-
XYZ6.938.118.79-
YUV78.46128.87119.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=29.00%
G=36.36%
B=34.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784800.2000.050.67165.8811.2629.61
Hex435450140543a6b1e
Octal10312412024051032461336
Binary100001110101001010000101000101100001110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435450; }

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

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

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

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

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

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

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

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