#3A4844

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

Shades of Corduroy #3A4844

Tints of Corduroy #3A4844

Color information

#3A4844 (or 0x3A4844) is unknown color: approx Corduroy. HEX triplet: 3A, 48 and 44. RGB value is (58,72,68). Sum of RGB (Red+Green+Blue) = 58+72+68=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4844 is #C5B7BB. Grayscale: #434343. Windows color (decimal): -12957628 or 4474938. OLE color: 4474938.

HSL color Cylindrical-coordinate representation of color #3A4844: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4844 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB587268-
CMYK0.1900.060.72
HSL162.86º10.77%25.49%-
HSV(B)162.86º19.44%28.24%-
XYZ5.115.956.35-
YUV67.36128.36121.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=29.29%
G=36.36%
B=34.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872680.1900.060.72162.8610.7725.49
Hex3A4844130648a3b19
Octal7211010423061102431331
Binary11101010010001000100100110110100100010100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4844; }

 p { color: rgb(58,72,68); }

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

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

 a { background-color: rgb(58,72,68); }

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

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

 span { border-color: rgb(58,72,68); }

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