#375147

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

Shades of Corduroy #375147

Tints of Corduroy #375147

Color information

#375147 (or 0x375147) is unknown color: approx Corduroy. HEX triplet: 37, 51 and 47. RGB value is (55,81,71). Sum of RGB (Red+Green+Blue) = 55+81+71=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #375147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375147 is #C8AEB8. Grayscale: #484848. Windows color (decimal): -13151929 or 4673847. OLE color: 4673847.

HSL color Cylindrical-coordinate representation of color #375147: hue angle of 156.92º 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 #375147 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB558171-
CMYK0.3200.120.68
HSL156.92º19.12%26.67%-
HSV(B)156.92º32.1%31.76%-
XYZ5.667.157.04-
YUV72.09127.39115.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=26.57%
G=39.13%
B=34.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581710.3200.120.68156.9219.1226.67
Hex375147200C449d131b
Octal67121107400141042352333
Binary11011110100011000111100000011001000100100111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375147; }

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

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

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

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

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

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

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

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