#335049

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

Shades of Corduroy #335049

Tints of Corduroy #335049

Color information

#335049 (or 0x335049) is unknown color: approx Corduroy. HEX triplet: 33, 50 and 49. RGB value is (51,80,73). Sum of RGB (Red+Green+Blue) = 51+80+73=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #335049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335049 is #CCAFB6. Grayscale: #464646. Windows color (decimal): -13414327 or 4804659. OLE color: 4804659.

HSL color Cylindrical-coordinate representation of color #335049: hue angle of 165.52º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335049 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB518073-
CMYK0.3600.090.69
HSL165.52º22.14%25.69%-
HSV(B)165.52º36.25%31.37%-
XYZ5.446.927.35-
YUV70.53129.39114.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=25%
G=39.22%
B=35.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180730.3600.090.69165.5222.1425.69
Hex335049240945a6161a
Octal63120111440111052462632
Binary11001110100001001001100100010011000101101001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335049; }

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

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

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

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

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

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

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

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