#355147

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

Shades of Corduroy #355147

Tints of Corduroy #355147

Color information

#355147 (or 0x355147) is unknown color: approx Corduroy. HEX triplet: 35, 51 and 47. RGB value is (53,81,71). Sum of RGB (Red+Green+Blue) = 53+81+71=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #355147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355147 is #CAAEB8. Grayscale: #474747. Windows color (decimal): -13283001 or 4673845. OLE color: 4673845.

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

Color convert

RGB538171-
CMYK0.3500.120.68
HSL158.57º20.9%26.27%-
HSV(B)158.57º34.57%31.76%-
XYZ5.557.17.04-
YUV71.49127.72114.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=25.85%
G=39.51%
B=34.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381710.3500.120.68158.5720.926.27
Hex355147230C449f151a
Octal65121107430141042372532
Binary11010110100011000111100011011001000100100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355147; }

 p { color: rgb(53,81,71); }

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

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

 a { background-color: rgb(53,81,71); }

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

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

 span { border-color: rgb(53,81,71); }

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