#355049

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

Shades of Corduroy #355049

Tints of Corduroy #355049

Color information

#355049 (or 0x355049) is unknown color: approx Corduroy. HEX triplet: 35, 50 and 49. RGB value is (53,80,73). Sum of RGB (Red+Green+Blue) = 53+80+73=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #355049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355049 is #CAAFB6. Grayscale: #474747. Windows color (decimal): -13283255 or 4804661. OLE color: 4804661.

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

Color convert

RGB538073-
CMYK0.3400.090.69
HSL164.44º20.3%26.08%-
HSV(B)164.44º33.75%31.37%-
XYZ5.546.987.36-
YUV71.13129.05115.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=25.73%
G=38.83%
B=35.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380730.3400.090.69164.4420.326.08
Hex355049220945a4141a
Octal65120111420111052442432
Binary11010110100001001001100010010011000101101001001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355049; }

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

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

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

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

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

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

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

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