#395048

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

Shades of Corduroy #395048

Tints of Corduroy #395048

Color information

#395048 (or 0x395048) is unknown color: approx Corduroy. HEX triplet: 39, 50 and 48. RGB value is (57,80,72). Sum of RGB (Red+Green+Blue) = 57+80+72=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #395048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395048 is #C6AFB7. Grayscale: #484848. Windows color (decimal): -13021112 or 4739129. OLE color: 4739129.

HSL color Cylindrical-coordinate representation of color #395048: hue angle of 159.13º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395048 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB578072-
CMYK0.2900.100.69
HSL159.13º16.79%26.86%-
HSV(B)159.13º28.75%31.37%-
XYZ5.737.087.19-
YUV72.21127.88117.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=27.27%
G=38.28%
B=34.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780720.2900.100.69159.1316.7926.86
Hex3950481D0A459f111b
Octal71120110350121052372133
Binary1110011010000100100011101010101000101100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395048; }

 p { color: rgb(57,80,72); }

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

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

 a { background-color: rgb(57,80,72); }

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

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

 span { border-color: rgb(57,80,72); }

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