#32524A

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

Shades of Corduroy #32524A

Tints of Corduroy #32524A

Color information

#32524A (or 0x32524A) is unknown color: approx Corduroy. HEX triplet: 32, 52 and 4A. RGB value is (50,82,74). Sum of RGB (Red+Green+Blue) = 50+82+74=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #32524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32524A is #CDADB5. Grayscale: #474747. Windows color (decimal): -13479350 or 4870706. OLE color: 4870706.

HSL color Cylindrical-coordinate representation of color #32524A: hue angle of 165º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32524A is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB508274-
CMYK0.3900.100.68
HSL165º24.24%25.88%-
HSV(B)165º39.02%32.16%-
XYZ5.577.217.58-
YUV71.52129.4112.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=24.27%
G=39.81%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082740.3900.100.6816524.2425.88
Hex32524A270A44a5181a
Octal62122112470121042453032
Binary11001010100101001010100111010101000100101001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,82,74); }

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

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

 a { background-color: rgb(50,82,74); }

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

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

 span { border-color: rgb(50,82,74); }

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