#39544B

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

Shades of Corduroy #39544B

Tints of Corduroy #39544B

Color information

#39544B (or 0x39544B) is unknown color: approx Corduroy. HEX triplet: 39, 54 and 4B. RGB value is (57,84,75). Sum of RGB (Red+Green+Blue) = 57+84+75=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #39544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39544B is #C6ABB4. Grayscale: #4A4A4A. Windows color (decimal): -13020085 or 4936761. OLE color: 4936761.

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

Color convert

RGB578475-
CMYK0.3200.110.67
HSL160º19.15%27.65%-
HSV(B)160º32.14%32.94%-
XYZ6.137.727.82-
YUV74.9128.05115.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=26.39%
G=38.89%
B=34.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784750.3200.110.6716019.1527.65
Hex39544B200B43a0131c
Octal71124113400131032402334
Binary11100110101001001011100000010111000011101000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39544B; }

 p { color: rgb(57,84,75); }

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

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

 a { background-color: rgb(57,84,75); }

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

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

 span { border-color: rgb(57,84,75); }

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