#37504A

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

Shades of Corduroy #37504A

Tints of Corduroy #37504A

Color information

#37504A (or 0x37504A) is unknown color: approx Corduroy. HEX triplet: 37, 50 and 4A. RGB value is (55,80,74). Sum of RGB (Red+Green+Blue) = 55+80+74=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #37504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37504A is #C8AFB5. Grayscale: #474747. Windows color (decimal): -13152182 or 4870199. OLE color: 4870199.

HSL color Cylindrical-coordinate representation of color #37504A: hue angle of 165.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37504A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB558074-
CMYK0.3100.080.69
HSL165.6º18.52%26.47%-
HSV(B)165.6º31.25%31.37%-
XYZ5.687.047.54-
YUV71.84129.22115.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=26.32%
G=38.28%
B=35.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580740.3100.080.69165.618.5226.47
Hex37504A1F0845a6131a
Octal67120112370101052462332
Binary1101111010000100101011111010001000101101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,80,74); }

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

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

 a { background-color: rgb(55,80,74); }

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

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

 span { border-color: rgb(55,80,74); }

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