#39504A

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

Shades of Corduroy #39504A

Tints of Corduroy #39504A

Color information

#39504A (or 0x39504A) is unknown color: approx Corduroy. HEX triplet: 39, 50 and 4A. RGB value is (57,80,74). Sum of RGB (Red+Green+Blue) = 57+80+74=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #39504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39504A is #C6AFB5. Grayscale: #484848. Windows color (decimal): -13021110 or 4870201. OLE color: 4870201.

HSL color Cylindrical-coordinate representation of color #39504A: hue angle of 164.35º 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 #39504A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB578074-
CMYK0.2900.080.69
HSL164.35º16.79%26.86%-
HSV(B)164.35º28.75%31.37%-
XYZ5.797.17.54-
YUV72.44128.88116.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=27.01%
G=37.91%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780740.2900.080.69164.3516.7926.86
Hex39504A1D0845a4111b
Octal71120112350101052442133
Binary1110011010000100101011101010001000101101001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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