#39514A

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

Shades of Corduroy #39514A

Tints of Corduroy #39514A

Color information

#39514A (or 0x39514A) is unknown color: approx Corduroy. HEX triplet: 39, 51 and 4A. RGB value is (57,81,74). Sum of RGB (Red+Green+Blue) = 57+81+74=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #39514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39514A is #C6AEB5. Grayscale: #494949. Windows color (decimal): -13020854 or 4870457. OLE color: 4870457.

HSL color Cylindrical-coordinate representation of color #39514A: hue angle of 162.5º degrees, saturation: 0.17, 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 #39514A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB578174-
CMYK0.3000.090.68
HSL162.5º17.39%27.06%-
HSV(B)162.5º29.63%31.76%-
XYZ5.877.257.57-
YUV73.03128.55116.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=26.89%
G=38.21%
B=34.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781740.3000.090.68162.517.3927.06
Hex39514A1E0944a2111b
Octal71121112360111042422133
Binary1110011010001100101011110010011000100101000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39514A; }

 p { color: rgb(57,81,74); }

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

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

 a { background-color: rgb(57,81,74); }

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

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

 span { border-color: rgb(57,81,74); }

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