#375349

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

Shades of Corduroy #375349

Tints of Corduroy #375349

Color information

#375349 (or 0x375349) is unknown color: approx Corduroy. HEX triplet: 37, 53 and 49. RGB value is (55,83,73). Sum of RGB (Red+Green+Blue) = 55+83+73=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #375349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375349 is #C8ACB6. Grayscale: #494949. Windows color (decimal): -13151415 or 4805431. OLE color: 4805431.

HSL color Cylindrical-coordinate representation of color #375349: hue angle of 158.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375349 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB558373-
CMYK0.3400.120.67
HSL158.57º20.29%27.06%-
HSV(B)158.57º33.73%32.55%-
XYZ5.877.487.44-
YUV73.49127.72114.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=26.07%
G=39.34%
B=34.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583730.3400.120.67158.5720.2927.06
Hex375349220C439f141b
Octal67123111420141032372433
Binary11011110100111001001100010011001000011100111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375349; }

 p { color: rgb(55,83,73); }

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

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

 a { background-color: rgb(55,83,73); }

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

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

 span { border-color: rgb(55,83,73); }

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