#335149

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

Shades of Corduroy #335149

Tints of Corduroy #335149

Color information

#335149 (or 0x335149) is unknown color: approx Corduroy. HEX triplet: 33, 51 and 49. RGB value is (51,81,73). Sum of RGB (Red+Green+Blue) = 51+81+73=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #335149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335149 is #CCAEB6. Grayscale: #474747. Windows color (decimal): -13414071 or 4804915. OLE color: 4804915.

HSL color Cylindrical-coordinate representation of color #335149: hue angle of 164º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335149 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB518173-
CMYK0.3700.100.68
HSL164º22.73%25.88%-
HSV(B)164º37.04%31.76%-
XYZ5.517.077.38-
YUV71.12129.06113.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=24.88%
G=39.51%
B=35.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181730.3700.100.6816422.7325.88
Hex335149250A44a4171a
Octal63121111450121042442732
Binary11001110100011001001100101010101000100101001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335149; }

 p { color: rgb(51,81,73); }

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

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

 a { background-color: rgb(51,81,73); }

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

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

 span { border-color: rgb(51,81,73); }

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