#39524B

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

Shades of Corduroy #39524B

Tints of Corduroy #39524B

Color information

#39524B (or 0x39524B) is unknown color: approx Corduroy. HEX triplet: 39, 52 and 4B. RGB value is (57,82,75). Sum of RGB (Red+Green+Blue) = 57+82+75=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #39524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39524B is #C6ADB4. Grayscale: #494949. Windows color (decimal): -13020597 or 4936249. OLE color: 4936249.

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

Color convert

RGB578275-
CMYK0.3000.090.68
HSL163.2º17.99%27.25%-
HSV(B)163.2º30.49%32.16%-
XYZ5.977.417.77-
YUV73.73128.72116.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=26.64%
G=38.32%
B=35.05%

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
Decimal5782750.3000.090.68163.217.9927.25
Hex39524B1E0944a3121b
Octal71122113360111042432233
Binary1110011010010100101111110010011000100101000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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