#375149

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

Shades of Corduroy #375149

Tints of Corduroy #375149

Color information

#375149 (or 0x375149) is unknown color: approx Corduroy. HEX triplet: 37, 51 and 49. RGB value is (55,81,73). Sum of RGB (Red+Green+Blue) = 55+81+73=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #375149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375149 is #C8AEB6. Grayscale: #484848. Windows color (decimal): -13151927 or 4804919. OLE color: 4804919.

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

Color convert

RGB558173-
CMYK0.3200.100.68
HSL161.54º19.12%26.67%-
HSV(B)161.54º32.1%31.76%-
XYZ5.727.187.39-
YUV72.31128.39115.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=26.32%
G=38.76%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581730.3200.100.68161.5419.1226.67
Hex375149200A44a2131b
Octal67121111400121042422333
Binary11011110100011001001100000010101000100101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375149; }

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

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

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

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

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

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

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

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