#36524A

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

Shades of Corduroy #36524A

Tints of Corduroy #36524A

Color information

#36524A (or 0x36524A) is unknown color: approx Corduroy. HEX triplet: 36, 52 and 4A. RGB value is (54,82,74). Sum of RGB (Red+Green+Blue) = 54+82+74=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #36524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36524A is #C9ADB5. Grayscale: #484848. Windows color (decimal): -13217206 or 4870710. OLE color: 4870710.

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

Color convert

RGB548274-
CMYK0.3400.100.68
HSL162.86º20.59%26.67%-
HSV(B)162.86º34.15%32.16%-
XYZ5.777.317.59-
YUV72.72128.72114.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=25.71%
G=39.05%
B=35.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482740.3400.100.68162.8620.5926.67
Hex36524A220A44a3151b
Octal66122112420121042432533
Binary11011010100101001010100010010101000100101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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