#39534A

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

Shades of Corduroy #39534A

Tints of Corduroy #39534A

Color information

#39534A (or 0x39534A) is unknown color: approx Corduroy. HEX triplet: 39, 53 and 4A. RGB value is (57,83,74). Sum of RGB (Red+Green+Blue) = 57+83+74=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #39534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39534A is #C6ACB5. Grayscale: #4A4A4A. Windows color (decimal): -13020342 or 4870969. OLE color: 4870969.

HSL color Cylindrical-coordinate representation of color #39534A: hue angle of 159.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #39534A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB578374-
CMYK0.3100.110.67
HSL159.23º18.57%27.45%-
HSV(B)159.23º31.33%32.55%-
XYZ6.027.557.62-
YUV74.2127.89115.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=26.64%
G=38.79%
B=34.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783740.3100.110.67159.2318.5727.45
Hex39534A1F0B439f131b
Octal71123112370131032372333
Binary1110011010011100101011111010111000011100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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