#395249

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

Shades of Corduroy #395249

Tints of Corduroy #395249

Color information

#395249 (or 0x395249) is unknown color: approx Corduroy. HEX triplet: 39, 52 and 49. RGB value is (57,82,73). Sum of RGB (Red+Green+Blue) = 57+82+73=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #395249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395249 is #C6ADB6. Grayscale: #494949. Windows color (decimal): -13020599 or 4805177. OLE color: 4805177.

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

Color convert

RGB578273-
CMYK0.3000.110.68
HSL158.4º17.99%27.25%-
HSV(B)158.4º30.49%32.16%-
XYZ5.917.397.42-
YUV73.5127.72116.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=26.89%
G=38.68%
B=34.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782730.3000.110.68158.417.9927.25
Hex3952491E0B449e121b
Octal71122111360131042362233
Binary1110011010010100100111110010111000100100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395249; }

 p { color: rgb(57,82,73); }

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

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

 a { background-color: rgb(57,82,73); }

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

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

 span { border-color: rgb(57,82,73); }

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