#37524C

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

Shades of Corduroy #37524C

Tints of Corduroy #37524C

Color information

#37524C (or 0x37524C) is unknown color: approx Corduroy. HEX triplet: 37, 52 and 4C. RGB value is (55,82,76). Sum of RGB (Red+Green+Blue) = 55+82+76=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #37524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37524C is #C8ADB3. Grayscale: #494949. Windows color (decimal): -13151668 or 5001783. OLE color: 5001783.

HSL color Cylindrical-coordinate representation of color #37524C: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37524C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB558276-
CMYK0.3300.070.68
HSL166.67º19.71%26.86%-
HSV(B)166.67º32.93%32.16%-
XYZ5.97.377.95-
YUV73.24129.55114.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=25.82%
G=38.50%
B=35.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582760.3300.070.68166.6719.7126.86
Hex37524C210744a7141b
Octal6712211441071042472433
Binary1101111010010100110010000101111000100101001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37524C; }

 p { color: rgb(55,82,76); }

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

<style>
 a { background-color: #37524C; }

 a { background-color: rgb(55,82,76); }

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

<style>
 span { border-color: #37524C; }

 span { border-color: rgb(55,82,76); }

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